From 346a9d182656c19d5ad3881cbebafc746a9a12d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Fri, 3 Nov 2023 13:35:32 -0400
Subject: [PATCH] contrib: update opendht

Change-Id: I0799120a2f65bed863b32dc14dcdb3ce3f0d9ace
---
 contrib/src/opendht/SHA512SUMS   | 2 +-
 contrib/src/opendht/package.json | 2 +-
 contrib/src/opendht/rules.mak    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/src/opendht/SHA512SUMS b/contrib/src/opendht/SHA512SUMS
index 55790272ab..1745b9981a 100644
--- a/contrib/src/opendht/SHA512SUMS
+++ b/contrib/src/opendht/SHA512SUMS
@@ -1 +1 @@
-133d94cb7a91993831b146917db5a689eae611057b9bc7b3dc6a1493d90e5d6b4613d3244691db76dd24d82178a55b03c816849a8a76b5b3fe1d1558eee45193  opendht-2.6.0.tar.gz
+780d21f6d21bddae30fd47b131d06366da8223102f2def84023c4cdfc5dfcd20e6d7dced418e69c33f202726f6fc50fed7590ab4043fde05b6dd26238cc021a6  opendht-3.0.1.tar.gz
diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json
index 2f00dd80c6..ddafbe72a3 100644
--- a/contrib/src/opendht/package.json
+++ b/contrib/src/opendht/package.json
@@ -1,6 +1,6 @@
 {
     "name": "opendht",
-    "version": "2.6.0",
+    "version": "3.0.1",
     "url": "https://github.com/savoirfairelinux/opendht/archive/v__VERSION__.tar.gz",
     "deps": [
         "argon2",
diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak
index 7e7a64624c..50a2e740c2 100644
--- a/contrib/src/opendht/rules.mak
+++ b/contrib/src/opendht/rules.mak
@@ -1,5 +1,5 @@
 # OPENDHT
-OPENDHT_VERSION := 2.6.0
+OPENDHT_VERSION := 3.0.1
 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/v$(OPENDHT_VERSION).tar.gz
 
 PKGS += opendht
-- 
GitLab