summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgfx labs2024-01-08 18:02:46 +0000
committergfx labs2024-01-08 18:02:46 +0000
commit964c44dd8939c50632430a0f7310a7109c0cd3ea (patch)
tree0f7d00567d76ddb062b3261e0ca469b10d0f3f91
parent2981ce9d051fea7e0fb665b7c14f6967dcc647e8 (diff)
downloadaur-964c44dd8939c50632430a0f7310a7109c0cd3ea.tar.gz
update to 2.56.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ff00da8e817..7e4bc3ed4433 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = erigon-bin
pkgdesc = Ethereum implementation on the efficiency frontier. Binary distribution
- pkgver = 2.56.0
+ pkgver = 2.56.1
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.0/erigon_2.56.0_linux_amd64.tar.gz
- b2sums = d6400876b1feadd8a81223f59c46757f4aa99cf0eebd74ae1db7c99998f7b5289683fa20093d9109ee7717e3acbdbf279031131d573c752c2f06b0d61cd5a85f
+ source = https://github.com/ledgerwatch/erigon/releases/download/v2.56.1/erigon_2.56.1_linux_amd64.tar.gz
+ b2sums = cb665b269ae0bd1ab4c183ab363ac883074b73d7529d2422521fe4f3094f7cf4ecae7a71e7775fb436a00c3ebefd2e3b4b4abde17e401708da31a24ba9e5800d
pkgname = erigon-bin
diff --git a/PKGBUILD b/PKGBUILD
index 63f20aed66ef..bc622f535a6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=erigon-bin
pkgdesc='Ethereum implementation on the efficiency frontier. Binary distribution'
-pkgver=2.56.0
+pkgver=2.56.1
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.0/erigon_2.56.0_linux_amd64.tar.gz")
-b2sums=('d6400876b1feadd8a81223f59c46757f4aa99cf0eebd74ae1db7c99998f7b5289683fa20093d9109ee7717e3acbdbf279031131d573c752c2f06b0d61cd5a85f')
+source=("https://github.com/ledgerwatch/erigon/releases/download/v2.56.1/erigon_2.56.1_linux_amd64.tar.gz")
+b2sums=('cb665b269ae0bd1ab4c183ab363ac883074b73d7529d2422521fe4f3094f7cf4ecae7a71e7775fb436a00c3ebefd2e3b4b4abde17e401708da31a24ba9e5800d')
package() {
install -Dm755 erigon "${pkgdir}"/usr/bin/erigon