summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2021-09-16 08:56:57 +1000
committerJP-Ellis2021-09-16 08:56:57 +1000
commit8e2beecdce47b7fd9f4a93f1519b4372f54b5f34 (patch)
treee792a326da82805c17c4016111e1349e576f0212 /PKGBUILD
parent607811698a5d2fbf1831b3a736e8247ea3d73b76 (diff)
downloadaur-8e2beecdce47b7fd9f4a93f1519b4372f54b5f34.tar.gz
v1.5.2
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f01c41e79a74..e10ea281e212 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=lighthouse-ethereum-bin
-pkgver=1.5.1
+pkgver=1.5.2
_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=('a44ecaf9a5f956e9e43928252d6471a2eb6dc59245a5747e4fb545d512522768')
+sha256sums=('924a5441c3fb6f01da75273290324af85aae2f66e84fdce1899e8b265176c782')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"