From e4128460b7f929fb78a60d9cad200def8a893cf4 Mon Sep 17 00:00:00 2001 From: Oleg Titov Date: Thu, 20 Jan 2022 19:19:31 -0600 Subject: testing/lighthouse: upgrade to 2.1.0 Ref https://github.com/sigp/lighthouse/releases/tag/v2.1.0 --- testing/lighthouse/APKBUILD | 8 ++++---- 1 file 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 # Maintainer: Oleg Titov 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 " -- cgit v1.2.3