From 52b380b98e00c61e692c5a69cc4b79d4f23a97ed Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 21 Feb 2023 14:24:44 +0100 Subject: [PATCH] opendht: update to 2.4.12. --- srcpkgs/opendht/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/opendht/template b/srcpkgs/opendht/template index 2faf64f1fa2..2902fc6d4a7 100644 --- a/srcpkgs/opendht/template +++ b/srcpkgs/opendht/template @@ -1,7 +1,7 @@ # Template file for 'opendht' pkgname=opendht -version=2.4.10 -revision=2 +version=2.4.12 +revision=1 build_style=cmake configure_args="-DOPENDHT_SYSTEMD=OFF -DOPENDHT_TOOLS=OFF -DOPENDHT_TESTS_NETWORK=OFF" @@ -12,7 +12,7 @@ maintainer="Piraty " license="GPL-3.0-or-later" homepage="https://github.com/savoirfairelinux/opendht" distfiles="https://github.com/savoirfairelinux/opendht/archive/refs/tags/v${version}.tar.gz" -checksum=8077958fb7006612b9b9758095461d8a35316b4224184f10cef785f0ec7031fe +checksum=5144bc4456d396b527b59065064bbc31fbe0d2af5fd052506219a66895791e64 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel"