aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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