summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"