summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2021-02-23 10:49:58 +1100
committerJP-Ellis2021-02-23 10:49:58 +1100
commit5753e7f500772b00b850533eae01d17d6731bbce (patch)
treedb28253f80593d11ece258c3c2d6bd53b5dfe5c8 /PKGBUILD
parent7d9c0825c6723423a0ed90b99b56cdb15a345267 (diff)
downloadaur-5753e7f500772b00b850533eae01d17d6731bbce.tar.gz
v1.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15cf457b674d..119385879a06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=lighthouse-ethereum-bin
-pkgver=1.1.0
+pkgver=1.1.3
_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=('3c617cb0de3354fa9bee3c3282933820d850a6756fdbbf70dfe6e0f5268578d1')
+sha256sums=('6d62dad6bcef1b97c544f855b975ece5565ba94162c9a0ef9974fec08b0c1ea7')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"