summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4081d6fa9e30..63f20aed66ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=erigon-bin
pkgdesc='Ethereum implementation on the efficiency frontier. Binary distribution'
-pkgver=2.55.1
+pkgver=2.56.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.55.1/erigon_2.55.1_linux_amd64.tar.gz")
-b2sums=('db482d8ff0330a1076217da7a9e7e5104de9d274a9549f71a82404f3d91cff83cb1e12adc619c4f8d958d4f98f4775d66d82c1fd85c6bc8e7e6f50132f3788d8')
+source=("https://github.com/ledgerwatch/erigon/releases/download/v2.56.0/erigon_2.56.0_linux_amd64.tar.gz")
+b2sums=('d6400876b1feadd8a81223f59c46757f4aa99cf0eebd74ae1db7c99998f7b5289683fa20093d9109ee7717e3acbdbf279031131d573c752c2f06b0d61cd5a85f')
package() {
install -Dm755 erigon "${pkgdir}"/usr/bin/erigon