summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgfx labs2024-01-30 14:03:36 +0000
committergfx labs2024-01-30 14:03:36 +0000
commitf17add1fb1e69d7bec9f7c7067bc8685e8894dd5 (patch)
treec167de04e529f7fa0092e63e086b720120f9843f
parent0ed0e62dfb37c40ab270bd3482af4a6c190653c0 (diff)
downloadaur-f17add1fb1e69d7bec9f7c7067bc8685e8894dd5.tar.gz
update to 2.57.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ec6780f37af..57519494331b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = erigon-bin
pkgdesc = Ethereum implementation on the efficiency frontier. Binary distribution
- pkgver = 2.57.2
+ pkgver = 2.57.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.57.2/erigon_2.57.2_linux_amd64.tar.gz
- b2sums = cd4274a7139bc0919e66880358b38c34194d345a0835ae0351933891ca732f979c9fdc1f906099b0340ecfdf5f084ecc79ba0885fe704a5d4f96d29ad1859353
+ source = https://github.com/ledgerwatch/erigon/releases/download/v2.57.3/erigon_2.57.3_linux_amd64.tar.gz
+ b2sums = c7a19b337cb9696e37149d4d7f727107f8c50d8ad2870d5e95aaa00391a80dc8994fae30948af49aaeadf44270a5b1ca73abb7167f04d36ae1a834816f9d930c
pkgname = erigon-bin
diff --git a/PKGBUILD b/PKGBUILD
index 673eccfa60cb..b9256d7c3846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=erigon-bin
pkgdesc='Ethereum implementation on the efficiency frontier. Binary distribution'
-pkgver=2.57.2
+pkgver=2.57.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.57.2/erigon_2.57.2_linux_amd64.tar.gz")
-b2sums=('cd4274a7139bc0919e66880358b38c34194d345a0835ae0351933891ca732f979c9fdc1f906099b0340ecfdf5f084ecc79ba0885fe704a5d4f96d29ad1859353')
+source=("https://github.com/ledgerwatch/erigon/releases/download/v2.57.3/erigon_2.57.3_linux_amd64.tar.gz")
+b2sums=('c7a19b337cb9696e37149d4d7f727107f8c50d8ad2870d5e95aaa00391a80dc8994fae30948af49aaeadf44270a5b1ca73abb7167f04d36ae1a834816f9d930c')
package() {
install -Dm755 erigon "${pkgdir}"/usr/bin/erigon