aboutsummaryrefslogtreecommitdiffstatshomepage
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
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>
-rw-r--r--Makefile2
-rw-r--r--build.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b0466315..a947d313 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ define download =
if ! mv $$@.unverified $$@; then rm -f $$@.unverified; exit 1; fi
endef
-$(eval $(call download,go.tar.zst,https://download.wireguard.com/windows-toolchain/distfiles/go1.16-linux_amd64_2021-02-28.tar.zst,21ed8f6cf874c4ed9469e876bbd70813d0371bf851f18c84cb6091c72e9a29cb))
+$(eval $(call download,go.tar.zst,https://download.wireguard.com/windows-toolchain/distfiles/go1.16.2-linux_amd64_2021-03-22.tar.zst,a12882673a0e29842a3ba5bfefd1a41dcb4fd0889e1957c98e33b9a3872190a9))
$(eval $(call download,wintun.zip,https://www.wintun.net/builds/wintun-0.10.2.zip,fcd9f62f1bd5a550fcb9c21fbb5d6a556214753ccbbd1a3ebad4d318ec9dcbef))
.deps/go/prepared: .distfiles/go.tar.zst
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