aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-10-16 11:20:25 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-10-16 12:01:38 -0600
commit5548acf7eed0c5689c703c298215d1e2840b7373 (patch)
treedaa4596db3f66a4c64cb1e25a1578cf3d77d0cff
parentinstaller: cast to farproc instead of other way around (diff)
downloadwireguard-windows-5548acf7eed0c5689c703c298215d1e2840b7373.tar.xz
wireguard-windows-5548acf7eed0c5689c703c298215d1e2840b7373.zip
build: bump wgnt to 0.10.1
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--Makefile2
-rw-r--r--build.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ba485f0a..4092db20 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ endef
$(eval $(call download,go.tar.gz,https://golang.org/dl/go1.17.1.linux-amd64.tar.gz,dab7d9c34361dc21ec237d584590d72500652e7c909bf082758fb63064fca0ef))
$(eval $(call download,wintun.zip,https://www.wintun.net/builds/wintun-0.14.zip,6813a1b603734fd6f42ea7706dc23afac4b53b6ea90b3b0996dc07db29b55745))
-$(eval $(call download,wireguard-nt.zip,https://download.wireguard.com/wireguard-nt/wireguard-nt-0.10.zip,012ccbdd7dcdf03c2326fbb63de1349085facaf28438da021154d9bbfd5bc4de))
+$(eval $(call download,wireguard-nt.zip,https://download.wireguard.com/wireguard-nt/wireguard-nt-0.10.1.zip,772c0b1463d8d2212716f43f06f4594d880dea4f735165bd68e388fc41b81605))
.deps/go/prepared: .distfiles/go.tar.gz $(wildcard go-patches/*.patch)
mkdir -p .deps
diff --git a/build.bat b/build.bat
index 60c8c58a..0cc5aa91 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.14.zip 6813a1b603734fd6f42ea7706dc23afac4b53b6ea90b3b0996dc07db29b55745 || goto :error
- call :download wireguard-nt.zip https://download.wireguard.com/wireguard-nt/wireguard-nt-0.10.zip 012ccbdd7dcdf03c2326fbb63de1349085facaf28438da021154d9bbfd5bc4de || goto :error
+ call :download wireguard-nt.zip https://download.wireguard.com/wireguard-nt/wireguard-nt-0.10.1.zip 772c0b1463d8d2212716f43f06f4594d880dea4f735165bd68e388fc41b81605 || 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