aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/build.bat
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-01 17:46:50 +0800
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-01 17:46:50 +0800
commitdfbbab27da0c5ad2baba9b61e92dfc745bba4de5 (patch)
treea1df2ef68a41c537db6155e48a4d2c2341f616d5 /installer/build.bat
parentbuild: bump to go 1.14 (diff)
downloadwireguard-windows-dfbbab27da0c5ad2baba9b61e92dfc745bba4de5.tar.xz
wireguard-windows-dfbbab27da0c5ad2baba9b61e92dfc745bba4de5.zip
build: bump wintun to 0.8.1
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 74cea439..864987d8 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.8.msm 7ff5fcca21be75584fea830a4624ff52305ebb6982c3ec1b294a22b20ee5c1fc || goto :error
- call :download wintun-amd64.msm https://www.wintun.net/builds/wintun-amd64-0.8.msm 14e94f3151e425d80fc262b4bb3f351df9d3b3dde5d9cf39aad2e94c39944435 || goto :error
+ call :download wintun-x86.msm https://www.wintun.net/builds/wintun-x86-0.8.1.msm 5b47f83ffa9c361a360196d692f64755183e82c65f4753accc92087e6736af10 || goto :error
+ call :download wintun-amd64.msm https://www.wintun.net/builds/wintun-amd64-0.8.1.msm af9644438a716f5a022052e3574ee0404c3e3309daff84889d656178fbc6b168 || goto :error
call :download wix-binaries.zip https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip 2c1888d5d1dba377fc7fa14444cf556963747ff9a0a289a3599cf09da03b9e2e || goto :error
echo [+] Extracting wix-binaries.zip
mkdir wix\bin || goto :error