summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2022-03-15 17:57:20 +1100
committerJP-Ellis2022-03-15 17:57:20 +1100
commit24c365a9af1ea344bd25e5edc97214d30f75e75d (patch)
tree4d9a4862d80fef466958b51491c7e9a6548cf6be
parent2c7d4702e89c13f45c7ad9cde12601104a8c5c7c (diff)
downloadaur-24c365a9af1ea344bd25e5edc97214d30f75e75d.tar.gz
v2.1.4
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 190ef2f79f08..8f3c63d74bf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 2.1.3
+ pkgver = 2.1.4
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.3/lighthouse-v2.1.3-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = c4b7d261fa4aab25c9e4c2956c181c3f24b2cb2bddac21e78a7988b29a3e2ad3
+ source = https://github.com/sigp/lighthouse/releases/download/v2.1.4/lighthouse-v2.1.4-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 9eb89a69790132f2fb13f605c7c220a3021a89ae165eeccd0d34041922064456
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2634dfc34da3..b81630286829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=2.1.3
+pkgver=2.1.4
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=('c4b7d261fa4aab25c9e4c2956c181c3f24b2cb2bddac21e78a7988b29a3e2ad3')
+sha256sums=('9eb89a69790132f2fb13f605c7c220a3021a89ae165eeccd0d34041922064456')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"