summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgfx labs2023-10-27 05:02:22 +0000
committergfx labs2023-10-27 05:02:22 +0000
commit4de50a0f918a16b56ed523085245b292a79783ed (patch)
tree86eb99fb1bb5e9ee5adcb186d34112093ef1b72c
parent9315b25a4bae8270b44d244f4d5776d92334cd44 (diff)
downloadaur-4de50a0f918a16b56ed523085245b292a79783ed.tar.gz
update to 2.53.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9360c8691149..80db9b00f4bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = erigon-bin
pkgdesc = Ethereum implementation on the efficiency frontier. Binary distribution
- pkgver = 2.53.0
+ pkgver = 2.53.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.53.0/erigon_2.53.0_linux_amd64.tar.gz
- b2sums = f7b9f99db1059cd6dabc3c94a627cf9208119a5bb7b77ecd087e4e8487d796bec59097b3ceb76924f545d671f940dbaae4f66337f7739845db64deee5c7933ca
+ source = https://github.com/ledgerwatch/erigon/releases/download/v2.53.1/erigon_2.53.1_linux_amd64.tar.gz
+ b2sums = 9284df06e8d78b556e59e830f1acc35dcecfe7cc6745dbdea269ee43d823ff5dc4d227d0dc236a80aebdbb8bac567f140dbf47697c505b100689e42dc1e15a37
pkgname = erigon-bin
diff --git a/PKGBUILD b/PKGBUILD
index 159aa5f4e909..f1f8143b0083 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=erigon-bin
pkgdesc='Ethereum implementation on the efficiency frontier. Binary distribution'
-pkgver=2.53.0
+pkgver=2.53.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.53.0/erigon_2.53.0_linux_amd64.tar.gz")
-b2sums=('f7b9f99db1059cd6dabc3c94a627cf9208119a5bb7b77ecd087e4e8487d796bec59097b3ceb76924f545d671f940dbaae4f66337f7739845db64deee5c7933ca')
+source=("https://github.com/ledgerwatch/erigon/releases/download/v2.53.1/erigon_2.53.1_linux_amd64.tar.gz")
+b2sums=('9284df06e8d78b556e59e830f1acc35dcecfe7cc6745dbdea269ee43d823ff5dc4d227d0dc236a80aebdbb8bac567f140dbf47697c505b100689e42dc1e15a37')
package() {
install -Dm755 erigon "${pkgdir}"/usr/bin/erigon