aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.bat
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-17 16:33:09 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-17 16:33:09 +0100
commit3fe5819c17bf35299406982383c8534ff21a8448 (patch)
treefcc1388e548b50c65e93576613dc08375fb944cc /build.bat
parentversion: bump (diff)
downloadwireguard-windows-3fe5819c17bf35299406982383c8534ff21a8448.tar.xz
wireguard-windows-3fe5819c17bf35299406982383c8534ff21a8448.zip
build: bump wintun
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index f760ebdd..8f4024d5 100644
--- a/build.bat
+++ b/build.bat
@@ -23,7 +23,7 @@ if exist .deps\prepared goto :render
call :download wireguard-tools.zip https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-66714e2c47bb0ff55e6f8360301af833f879b6ac.zip ad8bc49879434f52dedf7a8fc53fac014f12f708c96d61e01b3160d0f0d43ed7 "--exclude wg-quick --strip-components 1" || goto :error
rem Mirror of https://sourceforge.net/projects/gnuwin32/files/patch/2.5.9-7/patch-2.5.9-7-bin.zip with fixed manifest
call :download patch.zip https://download.wireguard.com/windows-toolchain/distfiles/patch-2.5.9-7-bin-fixed-manifest.zip 25977006ca9713f2662a5d0a2ed3a5a138225b8be3757035bd7da9dcf985d0a1 "--strip-components 1 bin" || goto :error
- call :download wintun.zip https://www.wintun.net/builds/wintun-0.9.zip ef435b3c26fdb3bd79dd3f27f4e0020af1733e6cd186c93072dd540a13fcd53e || goto :error
+ call :download wintun.zip https://www.wintun.net/builds/wintun-0.9.1.zip 57eb13a60e3932c51a076cdfe11ede1d5782cb9b419584b6bff2f3e358a79c49 || goto :error
echo [+] Patching go
for %%a in ("..\go-patches\*.patch") do .\patch.exe -f -N -r- -d go -p1 --binary < "%%a" || goto :error
cd go\src || goto :error