From af39787fcd7f8fc627dbbf8c2452e764f86af95e Mon Sep 17 00:00:00 2001 From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com> Date: Wed, 5 Dec 2018 13:24:47 -0500 Subject: [PATCH] msvc: bump opendht to 1.8.0 for native windows build Change-Id: Id7014ee56cc17c733fd7f782a236c7cf245f25e2 --- 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 fba9ffdf0a..d75710d1ef 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=7a961ffc517e7c5673aede79301ece2719ed3b45 +set OPENDHT_VERSION=1.8.0 set OPENDHT_URL=https://github.com/savoirfairelinux/opendht/archive/%OPENDHT_VERSION%.tar.gz mkdir %BUILD% -- GitLab