aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-04-13 16:04:41 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-05-05 11:45:44 +0200
commit73bd5ed94be51474fb3f6dda06c0d788a6ba42a2 (patch)
tree5bc070cf94ac310f88950a9d3304c0432f5e82dc
parentversion: bump (diff)
downloadwireguard-windows-73bd5ed94be51474fb3f6dda06c0d788a6ba42a2.tar.xz
wireguard-windows-73bd5ed94be51474fb3f6dda06c0d788a6ba42a2.zip
build: bump to wintun 0.10.4
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 a947d313..65b957a1 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.2.zip,fcd9f62f1bd5a550fcb9c21fbb5d6a556214753ccbbd1a3ebad4d318ec9dcbef))
+$(eval $(call download,wintun.zip,https://www.wintun.net/builds/wintun-0.10.4.zip,bebaab454a589dd4f9c7f8f4a757553181d5bf7fb7eddcdf48811f840055fb55))
.deps/go/prepared: .distfiles/go.tar.zst
mkdir -p .deps
diff --git a/build.bat b/build.bat
index aa810019..c3f03ff6 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.2.zip fcd9f62f1bd5a550fcb9c21fbb5d6a556214753ccbbd1a3ebad4d318ec9dcbef || goto :error
+ call :download wintun.zip https://www.wintun.net/builds/wintun-0.10.4.zip bebaab454a589dd4f9c7f8f4a757553181d5bf7fb7eddcdf48811f840055fb55 || goto :error
copy /y NUL prepared > NUL || goto :error
cd .. || goto :error