summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2021-03-11 09:27:01 +1100
committerJP-Ellis2021-03-11 09:27:01 +1100
commited84d6f3ef6e173e2a7bc5b1b6a05a1700115b18 (patch)
tree0d1cd0a5c7dd75395cf861db42bda863372c65c7
parent5753e7f500772b00b850533eae01d17d6731bbce (diff)
downloadaur-ed84d6f3ef6e173e2a7bc5b1b6a05a1700115b18.tar.gz
v1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 582474cd1803..aba0545a0033 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 1.1.3
+ pkgver = 1.2.0
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.3/lighthouse-v1.1.3-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 6d62dad6bcef1b97c544f855b975ece5565ba94162c9a0ef9974fec08b0c1ea7
+ source = https://github.com/sigp/lighthouse/releases/download/v1.2.0/lighthouse-v1.2.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 8ad58587003134562096dc6253b9295da868a1987349e8d7ee19a3fb0edab14e
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 119385879a06..9a983c6987e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=lighthouse-ethereum-bin
-pkgver=1.1.3
+pkgver=1.2.0
_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=('6d62dad6bcef1b97c544f855b975ece5565ba94162c9a0ef9974fec08b0c1ea7')
+sha256sums=('8ad58587003134562096dc6253b9295da868a1987349e8d7ee19a3fb0edab14e')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"