summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgfx labs2024-03-29 13:02:28 +0000
committergfx labs2024-03-29 13:02:28 +0000
commit91feaa929e759dfac5793130fcd46ba47e59b102 (patch)
tree72255e00ce4e6f857b740d10a14da83ab0e9bc27
parentf36926d51763bf717cb6f4cdd9050ee63cf4f11f (diff)
downloadaur-erigon-bin.tar.gz
update to 2.59.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2076fe9fb7c7..682110cea32d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = erigon-bin
pkgdesc = Ethereum implementation on the efficiency frontier. Binary distribution
- pkgver = 2.59.2
+ pkgver = 2.59.3
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.2/erigon_2.59.2_linux_amd64.tar.gz
- b2sums = dc393658b67f1341865d5bfe81f72c775a89ee05c16ba42d124f02955f2031c5155f824c7e0b0f66b2c47f86e004c7aad408695da71ac79ad70c77050e9962d7
+ source = https://github.com/ledgerwatch/erigon/releases/download/v2.59.3/erigon_2.59.3_linux_amd64.tar.gz
+ b2sums = 32a8373a9001a1a1e31d15f96bc64ac839dda347bbb09c0d904609590c33c1250138db8aa3e7bd3a35bdb10e97ac05b493fc3a885d0087e918844cd925992b67
pkgname = erigon-bin
diff --git a/PKGBUILD b/PKGBUILD
index 09e4ae3b13c6..28e4ea7a2f18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=erigon-bin
pkgdesc='Ethereum implementation on the efficiency frontier. Binary distribution'
-pkgver=2.59.2
+pkgver=2.59.3
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.2/erigon_2.59.2_linux_amd64.tar.gz")
-b2sums=('dc393658b67f1341865d5bfe81f72c775a89ee05c16ba42d124f02955f2031c5155f824c7e0b0f66b2c47f86e004c7aad408695da71ac79ad70c77050e9962d7')
+source=("https://github.com/ledgerwatch/erigon/releases/download/v2.59.3/erigon_2.59.3_linux_amd64.tar.gz")
+b2sums=('32a8373a9001a1a1e31d15f96bc64ac839dda347bbb09c0d904609590c33c1250138db8aa3e7bd3a35bdb10e97ac05b493fc3a885d0087e918844cd925992b67')
package() {
install -Dm755 erigon "${pkgdir}"/usr/bin/erigon