summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"