summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgfx labs2024-01-29 18:02:36 +0000
committergfx labs2024-01-29 18:02:36 +0000
commit0ed0e62dfb37c40ab270bd3482af4a6c190653c0 (patch)
tree871976069c8ecdbeab74f1e3064def2d32c76024
parenta44152e76de91bc9a8689c58db85f98e60fe4da0 (diff)
downloadaur-0ed0e62dfb37c40ab270bd3482af4a6c190653c0.tar.gz
update to 2.57.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb7c940579fa..2ec6780f37af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = erigon-bin
pkgdesc = Ethereum implementation on the efficiency frontier. Binary distribution
- pkgver = 2.57.1
+ pkgver = 2.57.2
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.57.1/erigon_2.57.1_linux_amd64.tar.gz
- b2sums = b83f9323819be402a150f92913ad1e625072cd35de494f11765eed512917269fa645c9fb846ce243e58262a401410af4af41a555c841e50300798d03ef082a1c
+ source = https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_amd64.tar.gz
+ b2sums = cd4274a7139bc0919e66880358b38c34194d345a0835ae0351933891ca732f979c9fdc1f906099b0340ecfdf5f084ecc79ba0885fe704a5d4f96d29ad1859353
pkgname = erigon-bin
diff --git a/PKGBUILD b/PKGBUILD
index fd1e9b41b9de..673eccfa60cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=erigon-bin
pkgdesc='Ethereum implementation on the efficiency frontier. Binary distribution'
-pkgver=2.57.1
+pkgver=2.57.2
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.57.1/erigon_2.57.1_linux_amd64.tar.gz")
-b2sums=('b83f9323819be402a150f92913ad1e625072cd35de494f11765eed512917269fa645c9fb846ce243e58262a401410af4af41a555c841e50300798d03ef082a1c')
+source=("https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_amd64.tar.gz")
+b2sums=('cd4274a7139bc0919e66880358b38c34194d345a0835ae0351933891ca732f979c9fdc1f906099b0340ecfdf5f084ecc79ba0885fe704a5d4f96d29ad1859353')
package() {
install -Dm755 erigon "${pkgdir}"/usr/bin/erigon