summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgfx labs2024-03-28 17:02:31 +0000
committergfx labs2024-03-28 17:02:31 +0000
commitf36926d51763bf717cb6f4cdd9050ee63cf4f11f (patch)
tree452a5154cbd4fb395dd60dd0da16d3533c2faf7c
parent444986f0278998f84fabd546e96944c94b333954 (diff)
downloadaur-f36926d51763bf717cb6f4cdd9050ee63cf4f11f.tar.gz
update to 2.59.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bce1f53d786a..2076fe9fb7c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = erigon-bin
pkgdesc = Ethereum implementation on the efficiency frontier. Binary distribution
- pkgver = 2.59.1
+ pkgver = 2.59.2
pkgrel = 1
url = https://github.com/ledgerwatch/erigon
arch = x86_64
license = GPL3
provides = erigon
conflicts = erigon
- source = https://github.com/ledgerwatch/erigon/releases/download/v2.59.1/erigon_2.59.1_linux_amd64.tar.gz
- b2sums = 3cdc939b5c9c38d89ca94d6be07a53b6aad2bf5f2bc7d7ebbcde7b02f08618a395124879006644555de2a22378afa8d910c73067df2ba514b0a121ced9c1b819
+ source = https://github.com/ledgerwatch/erigon/releases/download/v2.59.2/erigon_2.59.2_linux_amd64.tar.gz
+ b2sums = dc393658b67f1341865d5bfe81f72c775a89ee05c16ba42d124f02955f2031c5155f824c7e0b0f66b2c47f86e004c7aad408695da71ac79ad70c77050e9962d7
pkgname = erigon-bin
diff --git a/PKGBUILD b/PKGBUILD
index 413f629e105f..09e4ae3b13c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=erigon-bin
pkgdesc='Ethereum implementation on the efficiency frontier. Binary distribution'
-pkgver=2.59.1
+pkgver=2.59.2
pkgrel=1
url='https://github.com/ledgerwatch/erigon'
provides=('erigon')
conflicts=('erigon')
arch=('x86_64')
license=('GPL3')
-source=("https://github.com/ledgerwatch/erigon/releases/download/v2.59.1/erigon_2.59.1_linux_amd64.tar.gz")
-b2sums=('3cdc939b5c9c38d89ca94d6be07a53b6aad2bf5f2bc7d7ebbcde7b02f08618a395124879006644555de2a22378afa8d910c73067df2ba514b0a121ced9c1b819')
+source=("https://github.com/ledgerwatch/erigon/releases/download/v2.59.2/erigon_2.59.2_linux_amd64.tar.gz")
+b2sums=('dc393658b67f1341865d5bfe81f72c775a89ee05c16ba42d124f02955f2031c5155f824c7e0b0f66b2c47f86e004c7aad408695da71ac79ad70c77050e9962d7')
package() {
install -Dm755 erigon "${pkgdir}"/usr/bin/erigon