summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2021-08-29 17:43:53 +1000
committerJP-Ellis2021-08-29 17:43:53 +1000
commit607811698a5d2fbf1831b3a736e8247ea3d73b76 (patch)
tree06440e7a6011a613144cc9dd04b327171d802914
parent681f084658d5cb2df01179ef0fab23565df1a425 (diff)
downloadaur-607811698a5d2fbf1831b3a736e8247ea3d73b76.tar.gz
v1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31620680ada9..98e0aa853a6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 1.5.0
+ pkgver = 1.5.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/v1.5.0/lighthouse-v1.5.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 1859a9561115f67401376c8f62024cd0a5e004c3616e58effe8c61b0bbb9173d
+ source = https://github.com/sigp/lighthouse/releases/download/v1.5.1/lighthouse-v1.5.1-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = a44ecaf9a5f956e9e43928252d6471a2eb6dc59245a5747e4fb545d512522768
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2b39c38d353d..f01c41e79a74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=lighthouse-ethereum-bin
-pkgver=1.5.0
+pkgver=1.5.1
_pkgname=lighthouse
pkgrel=1
pkgdesc='Ethereum 2.0 client'
@@ -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=('1859a9561115f67401376c8f62024cd0a5e004c3616e58effe8c61b0bbb9173d')
+sha256sums=('a44ecaf9a5f956e9e43928252d6471a2eb6dc59245a5747e4fb545d512522768')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"