summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2021-04-14 10:52:56 +1000
committerJP-Ellis2021-04-14 10:52:56 +1000
commitf775cda470d0a3c8e1d1b1fd421417bb2f7e5829 (patch)
tree50f55debd4a54272109de94e7906e4e81ff406bf
parented3684a150237e2489555bbca961fb3b14f41dc1 (diff)
downloadaur-f775cda470d0a3c8e1d1b1fd421417bb2f7e5829.tar.gz
v1.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98d7ce2ee4fc..687d8cb0eb5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://lighthouse.sigmaprime.io/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = lighthouse-ethereum-bin
provides = lighthouse
conflicts = lighthouse
replaces = lighthouse
- source = https://github.com/sigp/lighthouse/releases/download/v1.2.1/lighthouse-v1.2.1-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 1daa2e5e1b5bd8b62db0cb26ceeb40df116da93a85667deb4ab63dd95c5ee56c
+ source = https://github.com/sigp/lighthouse/releases/download/v1.2.2/lighthouse-v1.2.2-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 408a70c87d64468721b888a11955308d33e1f0fd9c5565ef36dcb7fb81acba99
pkgname = lighthouse-ethereum-bin
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"