From 1597de891c5cba3bafadd18b21bab51e8adcdddd Mon Sep 17 00:00:00 2001 From: Adrien Beraud Date: Thu, 22 May 2025 15:48:47 -0400 Subject: [PATCH] contrib: update opendht Change-Id: Id1106c9f924d95a43517def70e74e0b57ac30720 --- contrib/src/opendht/SHA512SUMS | 2 +- contrib/src/opendht/rules.mak | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/src/opendht/SHA512SUMS b/contrib/src/opendht/SHA512SUMS index d5c593777..d52c72f4d 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -b01ec72d91036ab7f3ac95ebe9b2a9ee16508c4a967fcbeadb7b7ec1ca10d5c0fc1edbf2260e89b16687160c471c76e6bf827f3968c28c9d648973f69110f0c7 opendht-c2d8b19380230e0e6a4f62c381978a00b3c99db2.tar.gz \ No newline at end of file +15fb191b3e2b6b045b3740777357107248d2faab7c83d36c4d5c7b30ce548264b494a215a8a3f0b05f312d1171971afee69b1b6feac38a82b70e51b46a96ab15 opendht-3.4.0.tar.gz diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index 1abcd8338..bd9967ace 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,6 +1,6 @@ # OPENDHT -OPENDHT_VERSION := c2d8b19380230e0e6a4f62c381978a00b3c99db2 -OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz +OPENDHT_VERSION := 3.4.0 +OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/v$(OPENDHT_VERSION).tar.gz PKGS += opendht ifeq ($(call need_pkg,'opendht >= 3.3.0'),)