From 2644afc145004496d33ec40bfa63ce40c37c7ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Wed, 18 Apr 2018 17:21:46 -0400 Subject: [PATCH] contrib: update OpenDHT to 1.7.1 Change-Id: I18bc747595054ef3228194c694530ba5899d4ff9 --- 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 f8aebf5320..5b7b4043cf 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -8d19902de5f65617aa101b6391e04c716241f42d710566dcaa1863921d859a673b05a8b565bdb42a78e8018db2551dc0f05882b513e6ace07e6730d5a93164a2 opendht-1.7.0rc7.tar.gz +259eacd018254a7bb72e56f107f88a3ada2853229e8c9f810e85343e5d689b710155cacaf16009973afe0c2d48a1a58153765fefe60de1b145aef5bcc9b52b47 opendht-1.7.1.tar.gz diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index e4ae7da44a..157be19705 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 1.7.0rc7 +OPENDHT_VERSION := 1.7.1 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab