From 62cbcc00996a26f596a39048e837d540dd184098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Thu, 15 Apr 2021 13:58:51 -0400 Subject: [PATCH] contrib: update opendht Change-Id: I4f4b43cffe7d0540e50a9544357a2898f8983728 --- 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 ecfd0efedb..9aacfbeaab 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -beb019785130c514d44d1861c9b0c17d383daae307cd08dba72bea881e91a14f8cf510862bc8969d27083c4b7d8a463423f38e9fb00fed4c0229a8d460914112 opendht-2.2.0rc4.tar.gz \ No newline at end of file +0e5ab37e1a2b754d9666c0b2f4c02b37c63498c00e8c498e9d09ebddaec044d8c57646333eda86040f8948b820e1ed5fed3a7bf75e31a00f66512cdee84b015f opendht-2.2.0rc6.tar.gz \ No newline at end of file diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json index 10736475d0..1eb06dda9c 100644 --- a/contrib/src/opendht/package.json +++ b/contrib/src/opendht/package.json @@ -1,6 +1,6 @@ { "name": "opendht", - "version": "2.2.0rc4", + "version": "2.2.0rc6", "url": "https://github.com/savoirfairelinux/opendht/archive/__VERSION__.tar.gz", "deps": [ "argon2", diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index 71dfccf806..0f2d576ac8 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 2.2.0rc4 +OPENDHT_VERSION := 2.2.0rc6 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab