summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2020-12-22 10:12:13 +1100
committerJP-Ellis2020-12-22 10:12:13 +1100
commit683c6e60a5f1dbfe17f9cfb89e19bf75f078bca5 (patch)
treecf3bebfe1a1d0c0b5d20f26c27fa6090fc25696f /PKGBUILD
parent3700beac0f743d4e47987bac7224e368809daad3 (diff)
downloadaur-683c6e60a5f1dbfe17f9cfb89e19bf75f078bca5.tar.gz
v1.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d615fdabcd3..a55bbf1213a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=lighthouse-ethereum-bin
-pkgver=1.0.3
+pkgver=1.0.4
_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=('c1cfa0a2eced07f572e36ca00a40bdf4c55c5a8db5c602709898fdd2bc7caa0b')
+sha256sums=('331e313d5deb798bb84dd6504836c6a595f9466e7c0700e1855906388705c1fd')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"