aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Titov <oleg.titov@gmail.com>2022-01-20 19:19:31 -0600
committerKevin Daudt <kdaudt@alpinelinux.org>2022-01-21 11:57:54 +0000
commite4128460b7f929fb78a60d9cad200def8a893cf4 (patch)
treea864ea9551cef272c7ed700194008b35e490290d
parent6d0bc7df2377c75cd1e384de3f7f3553be9a29fe (diff)
testing/lighthouse: upgrade to 2.1.0
Ref https://github.com/sigp/lighthouse/releases/tag/v2.1.0
-rw-r--r--testing/lighthouse/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/lighthouse/APKBUILD b/testing/lighthouse/APKBUILD
index 6a5f6692fc0..4e13a7ea81d 100644
--- a/testing/lighthouse/APKBUILD
+++ b/testing/lighthouse/APKBUILD
@@ -1,13 +1,13 @@
# Contributor: Oleg Titov <oleg.titov@gmail.com>
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
pkgname=lighthouse
-pkgver=2.0.1
-pkgrel=1
+pkgver=2.1.0
+pkgrel=0
pkgdesc="Ethereum 2.0 Client"
url="https://lighthouse.sigmaprime.io/"
arch="x86_64 aarch64" # limited by upstream
license="Apache-2.0"
-makedepends="cargo cmake openssl-dev protoc"
+makedepends="cargo clang-dev cmake openssl-dev protoc"
options="!check" # disable check as it takes too long
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/sigp/lighthouse/archive/v$pkgver/lighthouse-$pkgver.tar.gz"
@@ -34,5 +34,5 @@ package() {
}
sha512sums="
-c4edabae566fec8cc1c88b7efa73683cf963d15bf1f44a4da35dc9361ad82d684c2844ff02c4a2fdbab7a790e16a9ccd3822c696412be3f769e986b49ff1e0f0 lighthouse-2.0.1.tar.gz
+20b74900cefe769aaab728be91e0c308d2d97a4b467d3d33617c5b35e4465f15bcb3e0405339a2ee8d6c8a89c6c6cd3eabc2ed01a814213eb253fd0e235c6319 lighthouse-2.1.0.tar.gz
"