aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
-rw-r--r--build.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b96d5673..e626cf85 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ define download =
endef
$(eval $(call download,go.tar.gz,https://golang.org/dl/go1.15.5.linux-amd64.tar.gz,9a58494e8da722c3aef248c9227b0e9c528c7318309827780f16220998180a0d))
-$(eval $(call download,wintun.zip,https://www.wintun.net/builds/wintun-0.9.1.zip,57eb13a60e3932c51a076cdfe11ede1d5782cb9b419584b6bff2f3e358a79c49))
+$(eval $(call download,wintun.zip,https://www.wintun.net/builds/wintun-0.9.2.zip,984b2db0b4e7742653797db197df5dabfcbb5a5ed31e75bada3b765a002fc8ce))
.deps/go/prepared: .distfiles/go.tar.gz $(wildcard go-patches/*.patch)
mkdir -p .deps
diff --git a/build.bat b/build.bat
index 7cc51f08..ae960de0 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.1.zip 57eb13a60e3932c51a076cdfe11ede1d5782cb9b419584b6bff2f3e358a79c49 || goto :error
+ call :download wintun.zip https://www.wintun.net/builds/wintun-0.9.2.zip 984b2db0b4e7742653797db197df5dabfcbb5a5ed31e75bada3b765a002fc8ce || 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