From b45d73c9916cdffa50303f8c669dd65813c5f2b4 Mon Sep 17 00:00:00 2001 From: atraczyk <andreastraczyk@gmail.com> Date: Thu, 20 Jul 2017 16:31:14 -0400 Subject: [PATCH] contrib(UWP): bump opendht Change-Id: Ie27cfffbdd4555d28259708a0dc3c83d6edd6f9f --- contrib/src/opendht/fetch_and_patch.bat | 42 ++++++++++++------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/contrib/src/opendht/fetch_and_patch.bat b/contrib/src/opendht/fetch_and_patch.bat index a476ba587e..e9208a70fd 100644 --- a/contrib/src/opendht/fetch_and_patch.bat +++ b/contrib/src/opendht/fetch_and_patch.bat @@ -1,22 +1,22 @@ -set BUILD=%SRC%..\build - -set OPENDHT_VERSION=1.3.3 -set OPENDHT_URL=https://github.com/savoirfairelinux/opendht/archive/%OPENDHT_VERSION%.tar.gz - -mkdir %BUILD% - -if %USE_CACHE%==1 ( - copy %CACHE_DIR%\%OPENDHT_VERSION%.tar.gz %cd% -) else ( - wget %OPENDHT_URL% -) - -7z -y x %OPENDHT_VERSION%.tar.gz && 7z -y x %OPENDHT_VERSION%.tar -o%BUILD% -del %OPENDHT_VERSION%.tar && del %OPENDHT_VERSION%.tar.gz && del %BUILD%\pax_global_header -rename %BUILD%\opendht-%OPENDHT_VERSION% opendht - -cd %BUILD%\opendht - -git apply --reject --whitespace=fix %SRC%\opendht\opendht-uwp.patch - +set BUILD=%SRC%..\build + +set OPENDHT_VERSION=1.3.5 +set OPENDHT_URL=https://github.com/savoirfairelinux/opendht/archive/%OPENDHT_VERSION%.tar.gz + +mkdir %BUILD% + +if %USE_CACHE%==1 ( + copy %CACHE_DIR%\%OPENDHT_VERSION%.tar.gz %cd% +) else ( + wget %OPENDHT_URL% +) + +7z -y x %OPENDHT_VERSION%.tar.gz && 7z -y x %OPENDHT_VERSION%.tar -o%BUILD% +del %OPENDHT_VERSION%.tar && del %OPENDHT_VERSION%.tar.gz && del %BUILD%\pax_global_header +rename %BUILD%\opendht-%OPENDHT_VERSION% opendht + +cd %BUILD%\opendht + +git apply --reject --whitespace=fix %SRC%\opendht\opendht-uwp.patch + cd %SRC% \ No newline at end of file -- GitLab