summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2021-04-14 10:53:22 +1000
committerJP-Ellis2021-04-14 10:53:22 +1000
commit4594d0da7312fe08a960bcf5884ba691ac5dd356 (patch)
tree4650c13f800fe60d550b6bd8d39ca5a604a13e5a
parentf775cda470d0a3c8e1d1b1fd421417bb2f7e5829 (diff)
downloadaur-4594d0da7312fe08a960bcf5884ba691ac5dd356.tar.gz
v1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 687d8cb0eb5c..d240db439c88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 1.2.2
+ pkgver = 1.3.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.2.2/lighthouse-v1.2.2-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 408a70c87d64468721b888a11955308d33e1f0fd9c5565ef36dcb7fb81acba99
+ source = https://github.com/sigp/lighthouse/releases/download/v1.3.0/lighthouse-v1.3.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 1a118a08387b1f5ebd342fe8a38ac5db322a236c42c3b2183de02bed7826205c
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 83629edf00c7..a332fcf50864 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=lighthouse-ethereum-bin
-pkgver=1.2.2
+pkgver=1.3.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=('408a70c87d64468721b888a11955308d33e1f0fd9c5565ef36dcb7fb81acba99')
+sha256sums=('1a118a08387b1f5ebd342fe8a38ac5db322a236c42c3b2183de02bed7826205c')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"