aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-06-25 22:07:22 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-06-25 22:21:37 +0200
commitefae44e5ce9bdebf9233d48f794f34809707a6a2 (patch)
treeeaed1a1650860e3a7705c5a7ae292b29d4455656
parentconf: list unencrypted conf files (diff)
downloadwireguard-windows-efae44e5ce9bdebf9233d48f794f34809707a6a2.tar.xz
wireguard-windows-efae44e5ce9bdebf9233d48f794f34809707a6a2.zip
build: bump wintun
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 ae951e5c..1bd3517f 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ define download =
endef
$(eval $(call download,go.tar.zst,https://download.wireguard.com/windows-toolchain/distfiles/go1.17beta1-linux_amd64_2021-06-11.tar.zst,fc25a3eccfdd1ad42b2963c7736f4fdb9b0e995aca3ecae88a6114da07aff2ec))
-$(eval $(call download,wintun.zip,https://www.wintun.net/builds/wintun-0.11.zip,a5e212dcfd11ba172f8c2d9ee34ae1a68e15d8115a05912d95b1209ce0695408))
+$(eval $(call download,wintun.zip,https://www.wintun.net/builds/wintun-0.12.zip,eba90e26686ed86595ae0a6d4d3f4f022924b1758f5148a32a91c60cc6e604df))
.deps/go/prepared: .distfiles/go.tar.zst
mkdir -p .deps
diff --git a/build.bat b/build.bat
index 3158636a..6dd91254 100644
--- a/build.bat
+++ b/build.bat
@@ -21,7 +21,7 @@ if exist .deps\prepared goto :render
rem Mirror of https://sourceforge.net/projects/ezwinports/files/make-4.2.1-without-guile-w32-bin.zip
call :download make.zip https://download.wireguard.com/windows-toolchain/distfiles/make-4.2.1-without-guile-w32-bin.zip 30641be9602712be76212b99df7209f4f8f518ba764cf564262bc9d6e4047cc7 "--strip-components 1 bin" || goto :error
call :download wireguard-tools.zip https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-542b7c0f2474fca14e18c23148790f76728dd46a.zip 10ac31af150220850c82b7ed7b65a0e39b60557ed366fcb351da0e0ff2700aea "--exclude wg-quick --strip-components 1" || goto :error
- call :download wintun.zip https://www.wintun.net/builds/wintun-0.11.zip a5e212dcfd11ba172f8c2d9ee34ae1a68e15d8115a05912d95b1209ce0695408 || goto :error
+ call :download wintun.zip https://www.wintun.net/builds/wintun-0.12.zip eba90e26686ed86595ae0a6d4d3f4f022924b1758f5148a32a91c60cc6e604df || goto :error
copy /y NUL prepared > NUL || goto :error
cd .. || goto :error