summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2021-01-12 15:20:42 +1100
committerJP-Ellis2021-01-12 15:20:42 +1100
commit6c2acb3ecb2656f5b52e24f25691c70e816268b5 (patch)
tree1fc59e69f649abdf774b8601c6c13b525a4709e4 /PKGBUILD
parent69c5d3825aff0b638df8d354e8f7f6ee1e3bfce5 (diff)
downloadaur-6c2acb3ecb2656f5b52e24f25691c70e816268b5.tar.gz
v1.0.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e09304a3caa..19a81b08d96e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=lighthouse-ethereum-bin
-pkgver=1.0.5
+pkgver=1.0.6
_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=('9b1f27453b9f849e194dcd4c9ccef066a758ea65bd613aad2c34acdd891a7705')
+sha256sums=('2cba300a26ddec6b1aa8fd6190c8d6324478d9ab9370159d2291f3c58b28678a')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"