From 36f635140c5d4af7377ffbdb045b79bdd8a00f04 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 7 Oct 2019 10:22:28 +0200 Subject: installer: bump wintun Signed-off-by: Jason A. Donenfeld --- installer/build.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/build.bat b/installer/build.bat index 1847fd0f..88aea5d3 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.6.msm 36bc4fdaa282e40e19030b8f6baf475e1639747a64e6b5288d1771872b107ed9 || goto :error - call :download wintun-amd64.msm https://www.wintun.net/builds/wintun-amd64-0.6.msm 9316125ade2173607557330c092436a3f8e7517ebef5c345c3ce50d91523588c || goto :error + call :download wintun-x86.msm https://www.wintun.net/builds/wintun-x86-0.7.msm bdc40a2314964759653cd0717983dd3fedfeb53e7e15f4ed8370e12964c04b43 || goto :error + call :download wintun-amd64.msm https://www.wintun.net/builds/wintun-amd64-0.7.msm c87f9e0df51ac5c4fc8551f38c58b6fe6c43c06344451e3ed8939f05f4979c7d || 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 -- cgit v1.2.3-59-g8ed1b