aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.bat
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-09-09 13:56:14 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-09-09 13:56:14 +0200
commitf9019c95c14875b6d477874b767e1b7a3fcf0c12 (patch)
treefff4006825fa94ebe9f0739788470e4626eec858 /build.bat
parentconf: use wgnt for those enrolled in insider program (diff)
downloadwireguard-windows-f9019c95c14875b6d477874b767e1b7a3fcf0c12.tar.xz
wireguard-windows-f9019c95c14875b6d477874b767e1b7a3fcf0c12.zip
build: bump to wgnt 0.6
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 1c5d2dc7..9edf6954 100644
--- a/build.bat
+++ b/build.bat
@@ -24,7 +24,7 @@ if exist .deps\prepared goto :render
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.13.zip 34afe7d0de1fdb781af3defc0a75fd8c97daa756279b42dd6be6a1bd8ccdc7f0 || goto :error
- call :download wireguard-nt.zip https://download.wireguard.com/wireguard-nt/wireguard-nt-0.5.zip bf29e3f97a23db84379f6c2e7057cd1cc32c40a8b2d89a90c8a4463ce5dd3e83 || goto :error
+ call :download wireguard-nt.zip https://download.wireguard.com/wireguard-nt/wireguard-nt-0.6.zip 5a6d3b10e354b94993527776ea383a7cdf7991fd7f1d4acf379b7144f09ac722 || goto :error
echo [+] Patching go
for %%a in ("..\go-patches\*.patch") do .\patch.exe -f -N -r- -d go -p1 --binary < "%%a" || goto :error
copy /y NUL prepared > NUL || goto :error