summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2023-03-23 19:54:43 +1100
committerJP-Ellis2023-03-23 19:54:43 +1100
commitb3d4209b337240f47dfb603c693878fe4e473db2 (patch)
treed397272439bedfacc4a7711f651dbd19a76e9fff
parent5e7748239d9bcc2a9d066b61f8d1b5759007c7ea (diff)
downloadaur-b3d4209b337240f47dfb603c693878fe4e473db2.tar.gz
v4.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 a3313f90dda5..f9326038ede0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 3.5.1
+ pkgver = 4.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/v3.5.1/lighthouse-v3.5.1-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = 17e1117eeb104a54b5860bfb0a8f0599b2754f45b561703b431e8ca6b93c6fd0
- source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v3.5.1/lighthouse-v3.5.1-aarch64-unknown-linux-gnu.tar.gz
- sha256sums_aarch64 = 3ea220bf047f2eb322e737e12cfa64197ccd350c4584d75a6bbb54dcbd0e4b9c
+ source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v4.0.0/lighthouse-v4.0.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums_x86_64 = b97f3cdf836e14fcb850125967a713eba538fbad14cca3fbad05b109991ec7c1
+ source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v4.0.0/lighthouse-v4.0.0-aarch64-unknown-linux-gnu.tar.gz
+ sha256sums_aarch64 = 353e222ce78c1a55c3532266ae52f5656f4f9a61a99982dcb02c1b015481b37f
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index e0b0a656d8b0..74ae0479bb9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=3.5.1
+pkgver=4.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=('17e1117eeb104a54b5860bfb0a8f0599b2754f45b561703b431e8ca6b93c6fd0')
-sha256sums_aarch64=('3ea220bf047f2eb322e737e12cfa64197ccd350c4584d75a6bbb54dcbd0e4b9c')
+sha256sums_x86_64=('b97f3cdf836e14fcb850125967a713eba538fbad14cca3fbad05b109991ec7c1')
+sha256sums_aarch64=('353e222ce78c1a55c3532266ae52f5656f4f9a61a99982dcb02c1b015481b37f')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"