summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgfx labs2024-01-19 14:02:39 +0000
committergfx labs2024-01-19 14:02:39 +0000
commit4dad2bd6d2a8825f1f9a9e1da4e6814ac3fc0c39 (patch)
tree2db1ba3827f74c74477734e7d31f619c92f78d73
parenta3941f37b561c3bc186dd0f41a0ef86c4f30255b (diff)
downloadaur-4dad2bd6d2a8825f1f9a9e1da4e6814ac3fc0c39.tar.gz
update to 2.57.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6aaf0ca9482..dea1ff459963 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = erigon-bin
pkgdesc = Ethereum implementation on the efficiency frontier. Binary distribution
- pkgver = 2.56.2
+ pkgver = 2.57.0
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.56.2/erigon_2.56.2_linux_amd64.tar.gz
- b2sums = 85b510676427224f7b4b9cbb4dbd2cefb84f819ff908d7c6cebe8a60ba0641fe166703272c4975642f1fd7b50e84e7831a4e90c37068c02f3fc3048d637d4465
+ source = https://github.com/ledgerwatch/erigon/releases/download/v2.57.0/erigon_2.57.0_linux_amd64.tar.gz
+ b2sums = 69af22561c2d2e7db8989b5a4020bcdceb9eac2639193535f92f4def157dbd01fa8641e96f6b29d6477f4bf4c6019081355702a1831010dbccf9606157e78b9a
pkgname = erigon-bin
diff --git a/PKGBUILD b/PKGBUILD
index bdb5245f0bc2..12552ec692c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=erigon-bin
pkgdesc='Ethereum implementation on the efficiency frontier. Binary distribution'
-pkgver=2.56.2
+pkgver=2.57.0
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.56.2/erigon_2.56.2_linux_amd64.tar.gz")
-b2sums=('85b510676427224f7b4b9cbb4dbd2cefb84f819ff908d7c6cebe8a60ba0641fe166703272c4975642f1fd7b50e84e7831a4e90c37068c02f3fc3048d637d4465')
+source=("https://github.com/ledgerwatch/erigon/releases/download/v2.57.0/erigon_2.57.0_linux_amd64.tar.gz")
+b2sums=('69af22561c2d2e7db8989b5a4020bcdceb9eac2639193535f92f4def157dbd01fa8641e96f6b29d6477f4bf4c6019081355702a1831010dbccf9606157e78b9a')
package() {
install -Dm755 erigon "${pkgdir}"/usr/bin/erigon