summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2021-02-23 10:49:58 +1100
committerJP-Ellis2021-02-23 10:49:58 +1100
commit5753e7f500772b00b850533eae01d17d6731bbce (patch)
treedb28253f80593d11ece258c3c2d6bd53b5dfe5c8
parent7d9c0825c6723423a0ed90b99b56cdb15a345267 (diff)
downloadaur-5753e7f500772b00b850533eae01d17d6731bbce.tar.gz
v1.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 366d5b493d8f..582474cd1803 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 1.1.0
+ pkgver = 1.1.3
pkgrel = 1
url = https://lighthouse.sigmaprime.io/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = lighthouse-ethereum-bin
provides = lighthouse
conflicts = lighthouse
replaces = lighthouse
- source = https://github.com/sigp/lighthouse/releases/download/v1.1.0/lighthouse-v1.1.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 3c617cb0de3354fa9bee3c3282933820d850a6756fdbbf70dfe6e0f5268578d1
+ source = https://github.com/sigp/lighthouse/releases/download/v1.1.3/lighthouse-v1.1.3-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 6d62dad6bcef1b97c544f855b975ece5565ba94162c9a0ef9974fec08b0c1ea7
pkgname = lighthouse-ethereum-bin
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"