summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2021-06-10 20:43:27 +1000
committerJP-Ellis2021-06-10 20:43:27 +1000
commit52e187d3660f070264522ca46fe7309615b5a4e6 (patch)
tree183fea1259eac82252ebe84b41c5f4569d4c8a39
parent4594d0da7312fe08a960bcf5884ba691ac5dd356 (diff)
downloadaur-52e187d3660f070264522ca46fe7309615b5a4e6.tar.gz
v1.4.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d240db439c88..bf5145755b62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 1.3.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://lighthouse.sigmaprime.io/
arch = x86_64
@@ -9,8 +9,7 @@ pkgbase = lighthouse-ethereum-bin
provides = lighthouse
conflicts = lighthouse
replaces = lighthouse
- source = https://github.com/sigp/lighthouse/releases/download/v1.3.0/lighthouse-v1.3.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 1a118a08387b1f5ebd342fe8a38ac5db322a236c42c3b2183de02bed7826205c
+ source = https://github.com/sigp/lighthouse/releases/download/v1.4.0/lighthouse-v1.4.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 889302437b7092bec2d53506ac2b5078da3f7ff06f38845f26f4269608c429ad
pkgname = lighthouse-ethereum-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index a332fcf50864..7f7068db91b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=lighthouse-ethereum-bin
-pkgver=1.3.0
+pkgver=1.4.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=('1a118a08387b1f5ebd342fe8a38ac5db322a236c42c3b2183de02bed7826205c')
+sha256sums=('889302437b7092bec2d53506ac2b5078da3f7ff06f38845f26f4269608c429ad')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"