summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgfx labs2023-12-06 18:02:04 +0000
committergfx labs2023-12-06 18:02:04 +0000
commitc2e7ef5690a01cdfd3a3d069234ce62423d28956 (patch)
tree6eedb898ef93e0125f7bc1af63d69f39303ebf99
parente7613aed5867aff63939c823169d2f60d8cca8a3 (diff)
downloadaur-c2e7ef5690a01cdfd3a3d069234ce62423d28956.tar.gz
update to 2.55.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 046457e3dec0..a5d843f2f212 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = erigon-bin
pkgdesc = Ethereum implementation on the efficiency frontier. Binary distribution
- pkgver = 2.55.0
+ pkgver = 2.55.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.55.0/erigon_2.55.0_linux_amd64.tar.gz
- b2sums = 8daf6c8664f218ee05683a59380cb902f5a658eec9809d3c505ce891586a5e8267e76da1072b992c6bfa62b3187468fd4252fff17a87561c781ffc19f543c507
+ source = https://github.com/ledgerwatch/erigon/releases/download/v2.55.1/erigon_2.55.1_linux_amd64.tar.gz
+ b2sums = db482d8ff0330a1076217da7a9e7e5104de9d274a9549f71a82404f3d91cff83cb1e12adc619c4f8d958d4f98f4775d66d82c1fd85c6bc8e7e6f50132f3788d8
pkgname = erigon-bin
diff --git a/PKGBUILD b/PKGBUILD
index ca58f503d7b4..4081d6fa9e30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=erigon-bin
pkgdesc='Ethereum implementation on the efficiency frontier. Binary distribution'
-pkgver=2.55.0
+pkgver=2.55.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.55.0/erigon_2.55.0_linux_amd64.tar.gz")
-b2sums=('8daf6c8664f218ee05683a59380cb902f5a658eec9809d3c505ce891586a5e8267e76da1072b992c6bfa62b3187468fd4252fff17a87561c781ffc19f543c507')
+source=("https://github.com/ledgerwatch/erigon/releases/download/v2.55.1/erigon_2.55.1_linux_amd64.tar.gz")
+b2sums=('db482d8ff0330a1076217da7a9e7e5104de9d274a9549f71a82404f3d91cff83cb1e12adc619c4f8d958d4f98f4775d66d82c1fd85c6bc8e7e6f50132f3788d8')
package() {
install -Dm755 erigon "${pkgdir}"/usr/bin/erigon