From f4ea0f7a488f95c2be9b6e6576b1d44add4914b3 Mon Sep 17 00:00:00 2001 From: atraczyk <andreastraczyk@gmail.com> Date: Mon, 20 Feb 2017 12:42:07 -0500 Subject: [PATCH] contrib: bump opendht (UWP) Fixes account publishing hang. Change-Id: I35f7fecb8780842fe14fe5385f85548fb831f02b Reviewed-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> --- contrib/src/opendht/fetch_and_patch.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/opendht/fetch_and_patch.bat b/contrib/src/opendht/fetch_and_patch.bat index 309623c1c5..b834f12f3f 100644 --- a/contrib/src/opendht/fetch_and_patch.bat +++ b/contrib/src/opendht/fetch_and_patch.bat @@ -1,6 +1,6 @@ set BUILD=%SRC%..\build -set OPENDHT_VERSION=3fb7c2acfe098b18908d1803e5aaa2437d878af4 +set OPENDHT_VERSION=b08b2f14f20e0dbaa00fc2c70347d578c70e49da set OPENDHT_URL=https://github.com/savoirfairelinux/opendht/archive/%OPENDHT_VERSION%.tar.gz mkdir %BUILD% -- GitLab