summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2022-02-03 13:33:27 +1100
committerJP-Ellis2022-02-03 13:33:27 +1100
commitb6c3e95ecb6dbc8b3d781355c0377e8437033252 (patch)
tree6e2b2fbc5f163b486b412ce84af91759580b0528
parentc17ee8e79e6a729804f89e89ac78eea0f17aaeec (diff)
downloadaur-b6c3e95ecb6dbc8b3d781355c0377e8437033252.tar.gz
v2.1.2
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9622a951f4e..bafb5217edb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 2.1.1
+ pkgver = 2.1.2
pkgrel = 1
url = https://lighthouse.sigmaprime.io/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = lighthouse-ethereum-bin
provides = lighthouse
conflicts = lighthouse
replaces = lighthouse
- source = https://github.com/sigp/lighthouse/releases/download/v2.1.1/lighthouse-v2.1.1-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = c9ca0811e78d8e931f278e3b9070374c4ffa9a5e2a96784ccb31f9ab84032ef9
+ source = https://github.com/sigp/lighthouse/releases/download/v2.1.2/lighthouse-v2.1.2-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 3bf39e89ca3ac729ebd48cc15fc77717d690ccb0d695d93ff735645bcb7791b6
pkgname = lighthouse-ethereum-bin
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"