summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2023-02-25 09:32:55 +1100
committerJP-Ellis2023-02-25 09:32:55 +1100
commit14a5f557663286fdc47ddf4ecb0ab5c075955e08 (patch)
tree2a8e20d2041b72bf1f3f90dc8b635b65e5862723 /PKGBUILD
parent8d3c80e246534cdbae89c79a74332844b79f82ea (diff)
downloadaur-14a5f557663286fdc47ddf4ecb0ab5c075955e08.tar.gz
v3.5.0
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2411e51f7a1..032d94d5adb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=3.4.0
+pkgver=3.5.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=('b8bd939ee2d5e834e6d81cde168a57e5144ea32fbdba08e5a7163f44737a9ffc')
-sha256sums_aarch64=('8e5fdd501c450c7198ea67a291371d4211ba145cde8b14fcdd5d21412a508df4')
+sha256sums_x86_64=('e606bbbb91e47b33e89c226ff6aef73415efbb940cb5603b5ac8e511ec6cd683')
+sha256sums_aarch64=('00af32317cfc1fcea8e08d0f094e5273371630dea8c9898d882ab6001f91a0aa')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"