From d7fee9ca953ea0e272539aea52405eeaedb89074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Tue, 31 Jul 2018 13:54:34 -0400 Subject: [PATCH] contrib: update opendht to 1.7.4 Change-Id: I0b6602938b931d3bdf06cdd1e96635c8781a9663 --- 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 1424cec387..f001d9c006 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -ee7af8aec5749965b4e46eb5ef9b4b4aac98b22930de6b239c51ec629abca67af017a99f3b282286a10dab1ef623ff761069566cc9fe1973d1cd06cbd2dee8a7 opendht-1.7.3.tar.gz \ No newline at end of file +be526c696f51471f58278ed53b0167311c2c0dca1db87da711bad9987922a6b5608a71508bd36011da27b3438964a3ee2406439c17c77db8c157c65222faa04e opendht-1.7.4.tar.gz \ No newline at end of file diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index 615743899d..b3179e894a 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 1.7.3 +OPENDHT_VERSION := 1.7.4 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab