aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.bat
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-09-24 12:47:03 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-09-24 13:18:30 -0600
commit24f7b026a2734e0d4b29dc01386ba3bf76844e68 (patch)
tree1c3eb9bd92ba7d0787d3cf9d3d4befc5bde5fbad /build.bat
parentwinipcfg: fix typo in DNS LLMNR flag (diff)
downloadwireguard-windows-24f7b026a2734e0d4b29dc01386ba3bf76844e68.tar.xz
wireguard-windows-24f7b026a2734e0d4b29dc01386ba3bf76844e68.zip
build: bump to wgnt 0.9
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index 7954b803..62aaac1a 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.8.zip a5841a345723734b00df432bdf1265ee0ffdea0b55ccf26f361217f4fe95f5a2 || goto :error
+ call :download wireguard-nt.zip https://download.wireguard.com/wireguard-nt/wireguard-nt-0.9.zip acdc8f53c37385f8fad8eaef083e92096668cce2fbca261955f91a5744e82f07 || 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