summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2021-08-23 18:00:45 +1000
committerJP-Ellis2021-08-23 18:00:45 +1000
commit681f084658d5cb2df01179ef0fab23565df1a425 (patch)
treeb8e0fd7bd47e49e161ac9a7e13a09a9d4b0b25b5
parent52e187d3660f070264522ca46fe7309615b5a4e6 (diff)
downloadaur-681f084658d5cb2df01179ef0fab23565df1a425.tar.gz
v1.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf5145755b62..31620680ada9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://lighthouse.sigmaprime.io/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = lighthouse-ethereum-bin
provides = lighthouse
conflicts = lighthouse
replaces = lighthouse
- source = https://github.com/sigp/lighthouse/releases/download/v1.4.0/lighthouse-v1.4.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 889302437b7092bec2d53506ac2b5078da3f7ff06f38845f26f4269608c429ad
+ source = https://github.com/sigp/lighthouse/releases/download/v1.5.0/lighthouse-v1.5.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 1859a9561115f67401376c8f62024cd0a5e004c3616e58effe8c61b0bbb9173d
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7f7068db91b6..2b39c38d353d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=lighthouse-ethereum-bin
-pkgver=1.4.0
+pkgver=1.5.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=('889302437b7092bec2d53506ac2b5078da3f7ff06f38845f26f4269608c429ad')
+sha256sums=('1859a9561115f67401376c8f62024cd0a5e004c3616e58effe8c61b0bbb9173d')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"