summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2021-04-14 10:52:56 +1000
committerJP-Ellis2021-04-14 10:52:56 +1000
commitf775cda470d0a3c8e1d1b1fd421417bb2f7e5829 (patch)
tree50f55debd4a54272109de94e7906e4e81ff406bf /PKGBUILD
parented3684a150237e2489555bbca961fb3b14f41dc1 (diff)
downloadaur-f775cda470d0a3c8e1d1b1fd421417bb2f7e5829.tar.gz
v1.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ba2d7b6287d..83629edf00c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=lighthouse-ethereum-bin
-pkgver=1.2.1
+pkgver=1.2.2
_pkgname=lighthouse
pkgrel=1
pkgdesc='Ethereum 2.0 client'
@@ -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=('1daa2e5e1b5bd8b62db0cb26ceeb40df116da93a85667deb4ab63dd95c5ee56c')
+sha256sums=('408a70c87d64468721b888a11955308d33e1f0fd9c5565ef36dcb7fb81acba99')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"