summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2022-02-03 13:33:27 +1100
committerJP-Ellis2022-02-03 13:33:27 +1100
commitb6c3e95ecb6dbc8b3d781355c0377e8437033252 (patch)
tree6e2b2fbc5f163b486b412ce84af91759580b0528 /PKGBUILD
parentc17ee8e79e6a729804f89e89ac78eea0f17aaeec (diff)
downloadaur-b6c3e95ecb6dbc8b3d781355c0377e8437033252.tar.gz
v2.1.2
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4545009be29f..4b9e0501e80b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=2.1.1
+pkgver=2.1.2
pkgrel=1
pkgdesc='Ethereum 2.0 client'
arch=('x86_64')
@@ -11,7 +11,7 @@ provides=('lighthouse')
conflicts=('lighthouse')
replaces=('lighthouse')
source=("https://github.com/sigp/lighthouse/releases/download/v${pkgver}/lighthouse-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('c9ca0811e78d8e931f278e3b9070374c4ffa9a5e2a96784ccb31f9ab84032ef9')
+sha256sums=('3bf39e89ca3ac729ebd48cc15fc77717d690ccb0d695d93ff735645bcb7791b6')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"