From 3e4fa65d3f591bcd706a6fff44df969b5582d864 Mon Sep 17 00:00:00 2001 From: Adrien Beraud <adrien.beraud@savoirfairelinux.com> Date: Sun, 18 Jun 2017 23:21:29 +0200 Subject: [PATCH] opendht: bump version Bump OpenDHT to 2ed99db9. No significant change since 3.3 except adding the argon2 dependency to the pkgconfig file, fixing the build in some contrib configurations. Change-Id: I6809c459e8c241de7654478a542c7a9d4bff4415 --- contrib/src/opendht/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index e72b0510f2..c8a7e6f445 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 1.3.3 +OPENDHT_VERSION := 2ed99db9b1ec167327ef8fd7bfa2603b4f1ea009 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab