aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/build.bat
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-07-04 09:01:15 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-07-04 09:01:15 +0200
commit6ca31abf7df92020d1e5847bd432613f032a691c (patch)
treedb41190677ee32eff25ddf67dad8debe392bf85d /installer/build.bat
parentmod: bump wireguard-go (diff)
downloadwireguard-windows-6ca31abf7df92020d1e5847bd432613f032a691c.tar.xz
wireguard-windows-6ca31abf7df92020d1e5847bd432613f032a691c.zip
build: bump wintun and wg(8) versions
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'installer/build.bat')
-rw-r--r--installer/build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/build.bat b/installer/build.bat
index 5ed0e75e..759f73fe 100644
--- a/installer/build.bat
+++ b/installer/build.bat
@@ -22,8 +22,8 @@ if exist .deps\prepared goto :build
rmdir /s /q .deps 2> NUL
mkdir .deps || goto :error
cd .deps || goto :error
- call :download wintun-x86.msm https://www.wintun.net/builds/wintun-x86-0.2.msm d245f20132e46c851a708829ea88979727a8d8ad7d9f9015408d8b1a35295470 || goto :error
- call :download wintun-amd64.msm https://www.wintun.net/builds/wintun-amd64-0.2.msm 25a4d4086037f3e99a8d42ccb3450dcbf233e23b28d6e57708141974d8c63e0e || goto :error
+ call :download wintun-x86.msm https://www.wintun.net/builds/wintun-x86-0.3.msm c598a085c4fb785a7506a6ac8c6637f33fe83871612d4cf33a1732d9a3601a72 || goto :error
+ call :download wintun-amd64.msm https://www.wintun.net/builds/wintun-amd64-0.3.msm d27359e283d168c4fa08ad5b3e09782399ed3abca6367e2482370b52ee03646b || goto :error
call :download wix-binaries.zip http://wixtoolset.org/downloads/v3.14.0.2812/wix314-binaries.zip 923892298f37514622c58cbbd9c2cadf2822d9bb53df8ee83aaeb05280777611 || goto :error
echo [+] Extracting wix-binaries.zip
mkdir wix\bin || goto :error