aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.bat
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 /build.bat
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>
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
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