From 320693f8fa6ae2970129c40954937a51a086ecae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Fri, 8 Dec 2023 12:07:29 -0500
Subject: [PATCH] contrib: update opendht

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

diff --git a/contrib/src/opendht/SHA512SUMS b/contrib/src/opendht/SHA512SUMS
index e9fb023afc..88585fa890 100644
--- a/contrib/src/opendht/SHA512SUMS
+++ b/contrib/src/opendht/SHA512SUMS
@@ -1 +1,2 @@
 679bb6138df5db7f9cad611628aa4e371fdc60ccdc2a494865954bc60b64876291aac648658a85984d32b08f8bf5a33064b8f74afeb8654b1e0c808cdcaa2b43  opendht-3.1.3.tar.gz
+5e305f650fdd3f488acf8e5762aeb0a35ea59d2838f10ecb430c18013203e1dad8af6f7ccf76c7465546976e69560afa2d0131d531f701c17bbb33ffd777ff89  opendht-3.1.4.tar.gz
diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json
index d92ddd98fa..e164c0e32e 100644
--- a/contrib/src/opendht/package.json
+++ b/contrib/src/opendht/package.json
@@ -1,6 +1,6 @@
 {
     "name": "opendht",
-    "version": "3.1.3",
+    "version": "3.1.4",
     "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 e85b4bb3ad..2b73ba344a 100644
--- a/contrib/src/opendht/rules.mak
+++ b/contrib/src/opendht/rules.mak
@@ -1,5 +1,5 @@
 # OPENDHT
-OPENDHT_VERSION := 3.1.3
+OPENDHT_VERSION := 3.1.4
 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/v$(OPENDHT_VERSION).tar.gz
 
 PKGS += opendht
-- 
GitLab