summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2021-10-06 12:58:50 +1100
committerJP-Ellis2021-10-06 12:59:49 +1100
commite931a8c4855fba45ccb8ceee8f0d9b1efe1007ba (patch)
treed19af9aaac1b7e2066877eb72d95f42a20ba204d
parentc6725b4c62d6b8ed0b8d6f116f3bfc086f9dde05 (diff)
downloadaur-e931a8c4855fba45ccb8ceee8f0d9b1efe1007ba.tar.gz
v2.0.0
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 00f94f7fb3bc..d0b1c034ca2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 1.5.2
+ pkgver = 2.0.0
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/v1.5.2/lighthouse-v1.5.2-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 924a5441c3fb6f01da75273290324af85aae2f66e84fdce1899e8b265176c782
+ source = https://github.com/sigp/lighthouse/releases/download/v2.0.0/lighthouse-v2.0.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 3a46e2f272badb209a36eadff2c3ea81c7475a0ecfbe9f30345b98cbf86ffa58
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index e10ea281e212..a73a0cb9b48e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
-pkgver=1.5.2
_pkgname=lighthouse
+pkgver=2.0.0
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=('924a5441c3fb6f01da75273290324af85aae2f66e84fdce1899e8b265176c782')
+sha256sums=('3a46e2f272badb209a36eadff2c3ea81c7475a0ecfbe9f30345b98cbf86ffa58')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"