From 508e97f34f9299ad07f556544f8a13d84e93039e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Fri, 9 Oct 2020 16:19:54 -0400 Subject: [PATCH] contrib: update opendht Change-Id: I0a69785156f2e68c61fac03516f671029815f112 --- contrib/src/opendht/SHA512SUMS | 2 +- contrib/src/opendht/rules.mak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/src/opendht/SHA512SUMS b/contrib/src/opendht/SHA512SUMS index d29829e0ee..43b5bb28d5 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -8ed577ea375c99c35d88c9aa6a66fa96828ce39853bbb83f38dd7af873e5e50563a53fe60a663b7452a350a1bf263d940619a3a4ddd5e61ab9ef59023c655e2f opendht-23a75a3f504938771649a5791451207b366fa351.tar.gz \ No newline at end of file +2a342553b149202f44d6c2dbad6f33bc9ab54610e6631aa6cf1577416b89e4500d3e49b7d7d1034d091be4538ff3844788d682be33949c57496efca78b004ee0 opendht-d1000635dd9b675167e389abda37b9794cd61f98.tar.gz \ No newline at end of file diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index d682488b5f..1037908198 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 23a75a3f504938771649a5791451207b366fa351 +OPENDHT_VERSION := d1000635dd9b675167e389abda37b9794cd61f98 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab