summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgfx labs2024-03-20 17:02:27 +0000
committergfx labs2024-03-20 17:02:27 +0000
commit928915532656bb33529d578b4c04077712576c1d (patch)
tree9d21ea5f5a44078b961b4db5648da2739a3b077b
parentc0a636ebd59b7239b334ef5e9150b207a0fb5e32 (diff)
downloadaur-928915532656bb33529d578b4c04077712576c1d.tar.gz
update to 2.59.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d75a0ee7918c..26c79c66a9a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = 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
arch = x86_64
license = GPL3
provides = erigon
conflicts = erigon
- 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
pkgname = erigon-bin
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