diff options
author | Oleg Titov <oleg.titov@gmail.com> | 2021-08-25 23:53:58 -0500 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2021-08-28 05:32:17 +0000 |
commit | d38d5fa467c1caf3a4cc368a84a4d81ff8bdc84a (patch) | |
tree | 30775a07e73926840ea4924abd305e58a192a137 /testing/lighthouse | |
parent | a60febc64b4d206f2a8610a7d776ad5dc5e0857d (diff) | |
download | aports-d38d5fa467c1caf3a4cc368a84a4d81ff8bdc84a.tar.gz aports-d38d5fa467c1caf3a4cc368a84a4d81ff8bdc84a.tar.bz2 aports-d38d5fa467c1caf3a4cc368a84a4d81ff8bdc84a.tar.xz |
testing/lighthouse: upgrade to 1.5.1
- Ref https://github.com/sigp/lighthouse/releases/tag/v1.5.1
- Enable aarch64
- Disable check() as it takes too long to complete
Diffstat (limited to 'testing/lighthouse')
-rw-r--r-- | testing/lighthouse/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/lighthouse/APKBUILD b/testing/lighthouse/APKBUILD index 2c2c56106e0..0a040a6eea1 100644 --- a/testing/lighthouse/APKBUILD +++ b/testing/lighthouse/APKBUILD @@ -1,13 +1,14 @@ # Contributor: Oleg Titov <oleg.titov@gmail.com> # Maintainer: Oleg Titov <oleg.titov@gmail.com> pkgname=lighthouse -pkgver=1.4.0 +pkgver=1.5.1 pkgrel=0 pkgdesc="Ethereum 2.0 Client" url="https://lighthouse.sigmaprime.io/" -arch="x86_64 !aarch64" # limited by upstream +arch="x86_64 aarch64" # limited by upstream license="Apache-2.0" makedepends="cargo 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" @@ -33,5 +34,5 @@ package() { } sha512sums=" -94687eb5c68c9e1fbb331b1d0f93badb91ebfc856cbf49d317d8a786a79b632f6e0f539ad0409fbe55ae1e42cda567e7fdc3e2365b59011f4957e0d2f8a717ef lighthouse-1.4.0.tar.gz +1a9bb021e9319c7e80919675c624b478d9488ba89b0fbb8f920d2874220e192f67b9d70f005ae1f005fd34cdf311a2a6ef4a7d82f799822f535c465a9c263df6 lighthouse-1.5.1.tar.gz " |