diff options
-rw-r--r-- | testing/lighthouse/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/lighthouse/APKBUILD b/testing/lighthouse/APKBUILD index 6a5f6692fc..4e13a7ea81 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 " |