aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--build.bat2
-rw-r--r--installer/build.bat4
2 files changed, 3 insertions, 3 deletions
diff --git a/build.bat b/build.bat
index 5b99fc8c..2c8402c9 100644
--- a/build.bat
+++ b/build.bat
@@ -21,7 +21,7 @@ if exist .deps\prepared goto :render
call :download imagemagick.zip https://download.wireguard.com/windows-toolchain/distfiles/ImageMagick-7.0.8-42-portable-Q16-x64.zip 584e069f56456ce7dde40220948ff9568ac810688c892c5dfb7f6db902aa05aa "convert.exe colors.xml delegates.xml" || goto :error
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/snapshot/WireGuard-0.0.20190601.zip 881868b07d585246426f7f514706e82af168d0e3f4767dd96508ae0608a4ad8b "--exclude wg-quick --strip-components 1" || goto :error
+ call :download wireguard-tools.zip https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.20190702.zip 2fb45e145f36e4e965f8acb48061603a2192c6729266cbcd9f9669024e433588 "--exclude wg-quick --strip-components 1" || goto :error
copy /y NUL prepared > NUL || goto :error
cd .. || goto :error
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