From 6b5f286618d0aedaf815323736221154547df02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Fri, 23 Nov 2018 14:39:49 -0500 Subject: [PATCH] contrib: update opendht to 1.7.5rc5 Change-Id: I08b9ed9aa4768f2fe712ef832f4b4402fa52785d --- 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 55283891d1..7115dda560 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -9d2860264e54885abb97aed387777433962ffe6990ae2fcc788246fae1fc78705d7ab6ded7382da0f13b88e6ea71ec3c2eb037a884dc7eb05a46d78f24fc04e9 opendht-1.7.5rc4.tar.gz \ No newline at end of file +5c7ac8acabdfb0215fcfd0ff91e2b82493a6bde643cf5ad0a25c58fb83edc20444c5db0083bab00a7b6c41b92da9e3ef98808a3c1a4fa2e0697a8f8d6c1ef829 opendht-1.7.5rc5.tar.gz diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index 8ec3e1ff59..a544932b16 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 1.7.5rc4 +OPENDHT_VERSION := 1.7.5rc5 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab