contrib: update opendht

Change-Id: Id1106c9f924d95a43517def70e74e0b57ac30720
This commit is contained in:
Adrien Beraud
2025-05-22 15:48:47 -04:00
parent 8ff6bdb381
commit 1597de891c
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
b01ec72d91036ab7f3ac95ebe9b2a9ee16508c4a967fcbeadb7b7ec1ca10d5c0fc1edbf2260e89b16687160c471c76e6bf827f3968c28c9d648973f69110f0c7 opendht-c2d8b19380230e0e6a4f62c381978a00b3c99db2.tar.gz
15fb191b3e2b6b045b3740777357107248d2faab7c83d36c4d5c7b30ce548264b494a215a8a3f0b05f312d1171971afee69b1b6feac38a82b70e51b46a96ab15 opendht-3.4.0.tar.gz

View File

@ -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'),)