summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamana Kumar2023-06-01 22:39:18 +0100
committerRamana Kumar2023-06-01 22:39:18 +0100
commit2f177b31dfd6722547bdf149962588b00186873f (patch)
treee1413522fb4e84e6b60cd2078dc96fd81f920341
parent52ce3d71caa14788f193c1f73e255e3e0bce2597 (diff)
downloadaur-2f177b31dfd6722547bdf149962588b00186873f.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2802b6c86be3..241054811ba5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = erigon-bin
pkgdesc = Ethereum implementation on the efficiency frontier
- pkgver = 2.40.0
+ pkgver = 2.43.0
pkgrel = 1
url = https://github.com/ledgerwatch/erigon
arch = x86_64
license = GPL3
provides = erigon
conflicts = erigon
- source = erigon-2.40.0.tar.gz::https://github.com/ledgerwatch/erigon/releases/download/v2.40.0/erigon_2.40.0_linux_amd64.tar.gz
- sha256sums = 884afeddadaf2cf5230fba809f9345f5c500376f60d2bbf4dbc414320b8b3f07
+ source = erigon-2.43.0.tar.gz::https://github.com/ledgerwatch/erigon/releases/download/v2.43.0/erigon_2.43.0_linux_amd64.tar.gz
+ sha256sums = 5c96802c38ac2b7ee60364190c17c6efd2af7887f776f59104043ba90eef6e01
pkgname = erigon-bin
diff --git a/PKGBUILD b/PKGBUILD
index 27ab89a0ca92..873a93916292 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ramana Kumar <ramana@member.fsf.org>
pkgname=erigon-bin
-pkgver=2.40.0
+pkgver=2.43.0
pkgrel=1
pkgdesc="Ethereum implementation on the efficiency frontier"
provides=('erigon')
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/ledgerwatch/erigon"
license=('GPL3')
source=("${pkgname%-bin}-${pkgver}.tar.gz::$url/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('884afeddadaf2cf5230fba809f9345f5c500376f60d2bbf4dbc414320b8b3f07')
+sha256sums=('5c96802c38ac2b7ee60364190c17c6efd2af7887f776f59104043ba90eef6e01')
package() {
install -Dm755 erigon "${pkgdir}"/usr/bin/erigon