summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2023-03-12 08:04:31 +1100
committerJP-Ellis2023-03-12 08:04:31 +1100
commit5e7748239d9bcc2a9d066b61f8d1b5759007c7ea (patch)
treedc82a6d36cfefdb8c9c774dbfd1aeb246a0627f3
parent14a5f557663286fdc47ddf4ecb0ab5c075955e08 (diff)
downloadaur-5e7748239d9bcc2a9d066b61f8d1b5759007c7ea.tar.gz
v3.5.1
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 54d8e07bf6d5..a3313f90dda5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 3.5.0
+ pkgver = 3.5.1
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.0/lighthouse-v3.5.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = e606bbbb91e47b33e89c226ff6aef73415efbb940cb5603b5ac8e511ec6cd683
- source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v3.5.0/lighthouse-v3.5.0-aarch64-unknown-linux-gnu.tar.gz
- sha256sums_aarch64 = 00af32317cfc1fcea8e08d0f094e5273371630dea8c9898d882ab6001f91a0aa
+ 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
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 032d94d5adb1..e0b0a656d8b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=3.5.0
+pkgver=3.5.1
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=('e606bbbb91e47b33e89c226ff6aef73415efbb940cb5603b5ac8e511ec6cd683')
-sha256sums_aarch64=('00af32317cfc1fcea8e08d0f094e5273371630dea8c9898d882ab6001f91a0aa')
+sha256sums_x86_64=('17e1117eeb104a54b5860bfb0a8f0599b2754f45b561703b431e8ca6b93c6fd0')
+sha256sums_aarch64=('3ea220bf047f2eb322e737e12cfa64197ccd350c4584d75a6bbb54dcbd0e4b9c')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"