aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-05-10 11:54:24 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-05-11 12:07:06 +0200
commit1bb83144f033a3ab3c3cb655deb0c4ef2327c0d2 (patch)
treee36b85c2451b5565dd3c97023172c4785033b695
parentglobal: format (diff)
downloadwireguard-windows-1bb83144f033a3ab3c3cb655deb0c4ef2327c0d2.tar.xz
wireguard-windows-1bb83144f033a3ab3c3cb655deb0c4ef2327c0d2.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 65b957a1..ece97b35 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.16.2-linux_amd64_2021-03-22.tar.zst,a12882673a0e29842a3ba5bfefd1a41dcb4fd0889e1957c98e33b9a3872190a9))
-$(eval $(call download,wintun.zip,https://www.wintun.net/builds/wintun-0.10.4.zip,bebaab454a589dd4f9c7f8f4a757553181d5bf7fb7eddcdf48811f840055fb55))
+$(eval $(call download,wintun.zip,https://www.wintun.net/builds/wintun-0.11.zip,a5e212dcfd11ba172f8c2d9ee34ae1a68e15d8115a05912d95b1209ce0695408))
.deps/go/prepared: .distfiles/go.tar.zst
mkdir -p .deps
diff --git a/build.bat b/build.bat
index c3f03ff6..6f0fdd46 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-1.0.20210223.zip c0cee24d469ecd3f0420dd2cc9747faa67f257a39c17063c10cff99ba62a6fa6 "--exclude wg-quick --strip-components 1" || goto :error
- call :download wintun.zip https://www.wintun.net/builds/wintun-0.10.4.zip bebaab454a589dd4f9c7f8f4a757553181d5bf7fb7eddcdf48811f840055fb55 || goto :error
+ call :download wintun.zip https://www.wintun.net/builds/wintun-0.11.zip a5e212dcfd11ba172f8c2d9ee34ae1a68e15d8115a05912d95b1209ce0695408 || goto :error
copy /y NUL prepared > NUL || goto :error
cd .. || goto :error