summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2022-03-20 12:01:19 +1100
committerJP-Ellis2022-03-20 12:01:19 +1100
commit4ef3ce6bdd26b5bfc62d00b2b3ac5a74741a4ea0 (patch)
tree172e48872648b54b00b9bd568c932044445f27f3 /PKGBUILD
parent1959ddbfe3f4875e453fc5676771c0f1780b8f86 (diff)
downloadaur-4ef3ce6bdd26b5bfc62d00b2b3ac5a74741a4ea0.tar.gz
v2.1.5
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 26cc2454295a..41ac0170dad0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=2.1.4
+pkgver=2.1.5
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=('9eb89a69790132f2fb13f605c7c220a3021a89ae165eeccd0d34041922064456')
-sha256sums_aarch64=('121e33edc34947073068deceacc4a0ea32ebd10d9b395bd48b08c797c9ad94a3')
+sha256sums_x86_64=('a18df901cec5b5b6bb55dde141bc0ab30f41f704da93027391535ef83deb1e4a')
+sha256sums_aarch64=('347a849d620abec1fbb5ab0af5de752308adb390d8c47b0809de9c8359b93074')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"