summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2023-01-12 21:02:53 +1100
committerJP-Ellis2023-01-12 21:02:53 +1100
commit8d3c80e246534cdbae89c79a74332844b79f82ea (patch)
tree390e42bacb721fe17d78eeb9ab1534dbf90893a3 /PKGBUILD
parentec45711f49bf28ab561b25ab2f9ceee296aa16b8 (diff)
downloadaur-8d3c80e246534cdbae89c79a74332844b79f82ea.tar.gz
v3.4.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 c2137e8af532..c2411e51f7a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=3.3.0
+pkgver=3.4.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=('c386a9bbffc19d9e513c9ef45add9b3ccd4993f7aecda70535744bddf56ffd87')
-sha256sums_aarch64=('5d819c1db15066a4d34d1c5ed76f60543e0608f2856241af0802af8ccea899a4')
+sha256sums_x86_64=('b8bd939ee2d5e834e6d81cde168a57e5144ea32fbdba08e5a7163f44737a9ffc')
+sha256sums_aarch64=('8e5fdd501c450c7198ea67a291371d4211ba145cde8b14fcdd5d21412a508df4')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"