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 6e66f5500680..f3d095bee6f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=erigon-bin
pkgdesc='Ethereum implementation on the efficiency frontier. Binary distribution'
-pkgver=2.52.0
+pkgver=2.52.5
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.52.0/erigon_2.52.0_linux_amd64.tar.gz")
-b2sums=('0772d0cbdb8fc7b84ea5091824e2742b79f6d66f2f4db0e32f5c481aca6b0614d9ac73c008be28f8c7830276f39ce2ea54993ba4965e66eb1ac1155372129f42')
+source=("https://github.com/ledgerwatch/erigon/releases/download/v2.52.5/erigon_2.52.5_linux_amd64.tar.gz")
+b2sums=('0f8832f84d4c4d55ac49a06cb20c3b89cf3bf2a9de3b9e86f5153bd0370b4d05ee86956a6a654a77a6fcdf8277b65c4e8897bb1f3f1b3c6fe91231720c01f08d')
package() {
install -Dm755 erigon "${pkgdir}"/usr/bin/erigon