summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgfx labs2024-01-05 18:02:53 +0000
committergfx labs2024-01-05 18:02:53 +0000
commit2981ce9d051fea7e0fb665b7c14f6967dcc647e8 (patch)
tree963d6465e91223b8daa7fb4086e647c5ae1b42e4
parentc2e7ef5690a01cdfd3a3d069234ce62423d28956 (diff)
downloadaur-2981ce9d051fea7e0fb665b7c14f6967dcc647e8.tar.gz
update to 2.56.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5d843f2f212..6ff00da8e817 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = 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
arch = x86_64
license = GPL3
provides = erigon
conflicts = erigon
- 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
pkgname = erigon-bin
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