aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-09-07 16:13:37 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-09-07 16:13:50 +0200
commit99621cf1108eb4216a854630f31ad2b33f4b3c3e (patch)
treec42a88ab4349910d4b7b76936207af294443ad43
parentlocales: sync with crowdin (diff)
downloadwireguard-windows-99621cf1108eb4216a854630f31ad2b33f4b3c3e.tar.xz
wireguard-windows-99621cf1108eb4216a854630f31ad2b33f4b3c3e.zip
build: bump to wgnt 0.5
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 ce6fa50c..30c0ab0d 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ endef
$(eval $(call download,go.tar.gz,https://golang.org/dl/go1.17.linux-amd64.tar.gz,6bf89fc4f5ad763871cf7eac80a2d594492de7a818303283f1366a7f6a30372d))
$(eval $(call download,wintun.zip,https://www.wintun.net/builds/wintun-0.13.zip,34afe7d0de1fdb781af3defc0a75fd8c97daa756279b42dd6be6a1bd8ccdc7f0))
-$(eval $(call download,wireguard-nt.zip,https://download.wireguard.com/wireguard-nt/wireguard-nt-0.4.zip,f2d9784dcf4c1920a71b1c3af332b55debdbafc6cbcf89cbefb6be8b0f1a5465))
+$(eval $(call download,wireguard-nt.zip,https://download.wireguard.com/wireguard-nt/wireguard-nt-0.5.zip,bf29e3f97a23db84379f6c2e7057cd1cc32c40a8b2d89a90c8a4463ce5dd3e83))
.deps/go/prepared: .distfiles/go.tar.gz $(wildcard go-patches/*.patch)
mkdir -p .deps
diff --git a/build.bat b/build.bat
index d36d32de..1c5d2dc7 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.4.zip f2d9784dcf4c1920a71b1c3af332b55debdbafc6cbcf89cbefb6be8b0f1a5465 || goto :error
+ call :download wireguard-nt.zip https://download.wireguard.com/wireguard-nt/wireguard-nt-0.5.zip bf29e3f97a23db84379f6c2e7057cd1cc32c40a8b2d89a90c8a4463ce5dd3e83 || 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