summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2021-10-18 17:23:03 +1100
committerJP-Ellis2021-10-18 17:23:03 +1100
commitc0ee646f3c1c9138ebbf43dada242d25a38bd43e (patch)
tree5a606a2a98506f8bab704f1d93fcc796296801ae
parente931a8c4855fba45ccb8ceee8f0d9b1efe1007ba (diff)
downloadaur-c0ee646f3c1c9138ebbf43dada242d25a38bd43e.tar.gz
v2.0.1
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 d0b1c034ca2a..d79c54f0b7f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 2.0.0
+ pkgver = 2.0.1
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.0.0/lighthouse-v2.0.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 3a46e2f272badb209a36eadff2c3ea81c7475a0ecfbe9f30345b98cbf86ffa58
+ source = https://github.com/sigp/lighthouse/releases/download/v2.0.1/lighthouse-v2.0.1-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 6177783233fa1a63c674d07c161454b4ecbd5e1c4bc8a4ee51399828ff70f3a6
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index a73a0cb9b48e..e25f49501502 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=2.0.0
+pkgver=2.0.1
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=('3a46e2f272badb209a36eadff2c3ea81c7475a0ecfbe9f30345b98cbf86ffa58')
+sha256sums=('6177783233fa1a63c674d07c161454b4ecbd5e1c4bc8a4ee51399828ff70f3a6')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"