summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2022-04-05 18:44:33 +1000
committerJP-Ellis2022-04-05 18:44:33 +1000
commit146f7fbc239b0f6777e7f574a9458c5d10fb791a (patch)
treeb11639f608930c5c1df4d2ea1b104ea860e112d2 /PKGBUILD
parent4ef3ce6bdd26b5bfc62d00b2b3ac5a74741a4ea0 (diff)
downloadaur-146f7fbc239b0f6777e7f574a9458c5d10fb791a.tar.gz
v2.2.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 41ac0170dad0..a2c90696e986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=2.1.5
+pkgver=2.2.0
pkgrel=1
pkgdesc='Ethereum 2.0 client'
arch=('x86_64' 'aarch64')
@@ -12,8 +12,8 @@ conflicts=('lighthouse')
replaces=('lighthouse')
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_x86_64=('a18df901cec5b5b6bb55dde141bc0ab30f41f704da93027391535ef83deb1e4a')
-sha256sums_aarch64=('347a849d620abec1fbb5ab0af5de752308adb390d8c47b0809de9c8359b93074')
+sha256sums_x86_64=('a9efc4d910c06eded0556d1e1948e5cc9ab0e6dc69fbe43213032899198acec2')
+sha256sums_aarch64=('dbd92d148f012c348889c5a545b6308c648896e0f38e11868c9724050c1b39ca')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"