aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.bat
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-03-19 20:42:43 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-03-22 12:47:35 -0600
commit5b773ad3682089aed8042a985c8937dcc7aad174 (patch)
treeed6e003df02ced417ccb69b2eb9ddb5a9de8036f /build.bat
parentwinipcfg: add ConvertInterfaceIndexToLUID (diff)
downloadwireguard-windows-5b773ad3682089aed8042a985c8937dcc7aad174.tar.xz
wireguard-windows-5b773ad3682089aed8042a985c8937dcc7aad174.zip
build: bump go patches
This is for: https://github.com/golang/go/issues/45138 and https://go-review.googlesource.com/c/go/+/303273/ and it bumps to Go 1.16.2. Reported-by: Bradley Saulteaux <bradsoto@protonmail.com> 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 87be48c1..aa810019 100644
--- a/build.bat
+++ b/build.bat
@@ -13,7 +13,7 @@ if exist .deps\prepared goto :render
rmdir /s /q .deps 2> NUL
mkdir .deps || goto :error
cd .deps || goto :error
- call :download go.zip https://download.wireguard.com/windows-toolchain/distfiles/go1.16-windows_amd64_2021-02-28.zip 279206941b6a103cff1929bf44d65baf5bd1a7716368a1906a15d68d678c1c37 || goto :error
+ call :download go.zip https://download.wireguard.com/windows-toolchain/distfiles/go1.16.2-windows_amd64_2021-03-22.zip 4f31feaf91be300e3b75be78e6ebf0b99facbdacb6c1367c8c156617b8be0d35 || goto :error
rem Mirror of https://github.com/mstorsjo/llvm-mingw/releases/download/20201020/llvm-mingw-20201020-msvcrt-x86_64.zip
call :download llvm-mingw-msvcrt.zip https://download.wireguard.com/windows-toolchain/distfiles/llvm-mingw-20201020-msvcrt-x86_64.zip 2e46593245090df96d15e360e092f0b62b97e93866e0162dca7f93b16722b844 || goto :error
rem Mirror of https://imagemagick.org/download/binaries/ImageMagick-7.0.8-42-portable-Q16-x64.zip