From f54fd7fdc6fcb018dfc44f49497becdf33031bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20D=C3=A9saulniers?= <simon.desaulniers@savoirfairelinux.com> Date: Fri, 17 Feb 2017 10:42:30 -0500 Subject: [PATCH] contrib: bump opendht Fixes account publishing hang. Change-Id: I888962362a83df48ba38a75bcdf0e68e9f277c1a --- 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 b1e40d4419..e130d063a0 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 34908d573f1df3ae7083459fd814e4ff7bd63fda +OPENDHT_VERSION := b08b2f14f20e0dbaa00fc2c70347d578c70e49da OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab