From 42c62ecc222706df4bf38b31a656564fcc51a34a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Sun, 23 Mar 2025 11:33:13 -0400
Subject: [PATCH] contrib: update required opendht version to 3.3

Change-Id: Ide2ef47acda8c423bfa14355e42ecdb3afbb7c36
---
 contrib/src/opendht/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak
index 1cb36b5ecb..ddeee8ec7f 100644
--- a/contrib/src/opendht/rules.mak
+++ b/contrib/src/opendht/rules.mak
@@ -3,7 +3,7 @@ OPENDHT_VERSION := b0fa19d6f8a5f6af884b278f4351e5733c6a99e2
 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz
 
 PKGS += opendht
-ifeq ($(call need_pkg,'opendht >= 3.1.7'),)
+ifeq ($(call need_pkg,'opendht >= 3.3.0'),)
 PKGS_FOUND += opendht
 endif
 
-- 
GitLab