From 9cd3de5f04064cdc2e5ae1853eb78d77d5ae8566 Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Thu, 30 Nov 2023 03:43:36 +0000 Subject: [PATCH] testing/opendht: upgrade to 3.1.6 --- testing/opendht/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/testing/opendht/APKBUILD b/testing/opendht/APKBUILD index a17665f9c01..2e563c35272 100644 --- a/testing/opendht/APKBUILD +++ b/testing/opendht/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Gavin Henry # Maintainer: Gavin Henry pkgname=opendht -pkgver=3.1.2 +pkgver=3.1.6 pkgrel=0 pkgdesc="C++17 Distributed Hash Table implementation" url="https://github.com/savoirfairelinux/opendht" @@ -50,8 +50,7 @@ build() { } check() { - cd build - CTEST_OUTPUT_ON_FAILURE=TRUE ctest + ctest --test-dir build --output-on-failure } package() { @@ -70,5 +69,5 @@ _py3() { } sha512sums=" -75e803b2263538921636e05ac8d8896f18bd002da90076d8cb061f7e0da4031d5de7251f37fd3029ebeb4d496d90cbcee18b1e8d99507dabc48b15747a8bb3b4 opendht-3.1.2.tar.gz +5e4bc2cc2ebe593e522cfd0940c9927490ab579db923037a57c96fa1ae31653df10b3c18389eb30092622e837216a73e6eca501bb4d559dab28e200685940f42 opendht-3.1.6.tar.gz "