From 7f2f77f6432bc303cc1f859fce2f5d26fd5d48ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Wed, 5 Jun 2019 17:02:52 -0400 Subject: [PATCH] contrib: update OpenDHT on Windows Change-Id: Ie568064fdeb4f40a77fa7a6f3e0946c10df828ef --- 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 f64e3ead11..bf3bd13bb2 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=1.9.4 +set OPENDHT_VERSION=d6ad67d8e2807b101c7fb425baac9b9bd9ca2a38 set OPENDHT_URL=https://github.com/savoirfairelinux/opendht/archive/%OPENDHT_VERSION%.tar.gz mkdir %BUILD% -- GitLab