aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-02-28 12:35:50 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-02-28 13:13:11 +0100
commita3d138a438e5819f62b8cbf1971540ffc57d277f (patch)
tree7d3f7ea489c1ce0bd20bda8c13ccb3423867228d
parentembeddable-dll-service: give dacl example for config directory (diff)
downloadwireguard-windows-a3d138a438e5819f62b8cbf1971540ffc57d277f.tar.xz
wireguard-windows-a3d138a438e5819f62b8cbf1971540ffc57d277f.zip
build: bump go tree
https://go-review.googlesource.com/c/go/+/297390 https://go-review.googlesource.com/c/go/+/297391 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 dc60074b..b0466315 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-25.tar.zst,3bed4521cc5f6fa009fe6999cf55324c9251fca340c89b326034f9921fd26cc9))
+$(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,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 73706194..87be48c1 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-25.zip 1adb9444df89171553c2d622599a071b5494f515b455795a26b363f08aeec3ee || goto :error
+ call :download go.zip https://download.wireguard.com/windows-toolchain/distfiles/go1.16-windows_amd64_2021-02-28.zip 279206941b6a103cff1929bf44d65baf5bd1a7716368a1906a15d68d678c1c37 || 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