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 1228bccc9dbc..cacbb94850c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=erigon-bin
pkgdesc='Ethereum implementation on the efficiency frontier. Binary distribution'
-pkgver=2.58.2
+pkgver=2.59.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.58.2/erigon_2.58.2_linux_amd64.tar.gz")
-b2sums=('b70fe4505fdd58d26c47cefb1fab2965e64a9d11fdd8a0b809df24520869fc98c8dd12b76c009508d4c7bce9ffe99688a86a668586195da97cbfc33b6e24d207')
+source=("https://github.com/ledgerwatch/erigon/releases/download/v2.59.0/erigon_2.59.0_linux_amd64.tar.gz")
+b2sums=('23d1df74a5013d6405a10212c54e84f4f5460fd062c1733e007efbcb648f7dffdfe77ab70411f107ae05ab1e19835de6d47f46fe28744e9b04032e6f2dc8a60a')
package() {
install -Dm755 erigon "${pkgdir}"/usr/bin/erigon