summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2022-08-24 08:19:41 +1000
committerJP-Ellis2022-08-24 08:19:41 +1000
commit9b29401a1b26427d43192478c32444508cfb6181 (patch)
tree0a1f84f5c1656f14558fb20d568347ab99ea311b
parentc8efb65619d7f3352f5d59a60a57b834314d3b6e (diff)
downloadaur-9b29401a1b26427d43192478c32444508cfb6181.tar.gz
v3.0.0
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3807147ab821..2722af16cdf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 2.5.1
+ pkgver = 3.0.0
pkgrel = 1
url = https://lighthouse.sigmaprime.io/
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = lighthouse-ethereum-bin
replaces = lighthouse
source = https://raw.githubusercontent.com/sigp/lighthouse/stable/LICENSE
sha256sums = 91d7b651aa6c6ffe6c36445f2652b49ff86134f6dc558a8bf35a8d407dfe2578
- source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v2.5.1/lighthouse-v2.5.1-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = 688120433d15b9c26040d141b7d14369efaa3caca471e6c20ba33289d3ef2d37
- source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v2.5.1/lighthouse-v2.5.1-aarch64-unknown-linux-gnu.tar.gz
- sha256sums_aarch64 = 517aa1b7aaaeb48dd150378e99d7620340af14215cb71050b66d99df549197d5
+ source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v3.0.0/lighthouse-v3.0.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums_x86_64 = 23e898614d370f16144f5f3c8f3d3e387fed10caa17bad2bb24395d76f18cbc9
+ source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v3.0.0/lighthouse-v3.0.0-aarch64-unknown-linux-gnu.tar.gz
+ sha256sums_aarch64 = 030408a81d8b1a8f70417947e5306a909c4ccd4032b1832c24af99bbd134d1e1
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 92cf5c2dce6d..e268f8f0f9de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=2.5.1
+pkgver=3.0.0
pkgrel=1
pkgdesc='Ethereum 2.0 client'
arch=('x86_64' 'aarch64')
@@ -14,8 +14,8 @@ source=("https://raw.githubusercontent.com/sigp/lighthouse/stable/LICENSE")
source_x86_64=("https://github.com/sigp/lighthouse/releases/download/v${pkgver}/lighthouse-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
source_aarch64=("https://github.com/sigp/lighthouse/releases/download/v${pkgver}/lighthouse-v${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
sha256sums=('91d7b651aa6c6ffe6c36445f2652b49ff86134f6dc558a8bf35a8d407dfe2578')
-sha256sums_x86_64=('688120433d15b9c26040d141b7d14369efaa3caca471e6c20ba33289d3ef2d37')
-sha256sums_aarch64=('517aa1b7aaaeb48dd150378e99d7620340af14215cb71050b66d99df549197d5')
+sha256sums_x86_64=('23e898614d370f16144f5f3c8f3d3e387fed10caa17bad2bb24395d76f18cbc9')
+sha256sums_aarch64=('030408a81d8b1a8f70417947e5306a909c4ccd4032b1832c24af99bbd134d1e1')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"