aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-17 16:33:09 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-17 16:33:09 +0100
commit3fe5819c17bf35299406982383c8534ff21a8448 (patch)
treefcc1388e548b50c65e93576613dc08375fb944cc /Makefile
parentversion: bump (diff)
downloadwireguard-windows-3fe5819c17bf35299406982383c8534ff21a8448.tar.xz
wireguard-windows-3fe5819c17bf35299406982383c8534ff21a8448.zip
build: bump wintun
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 d5fd0d9f..fb71fef0 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ define download =
endef
$(eval $(call download,go.tar.gz,https://golang.org/dl/go1.15.4.linux-amd64.tar.gz,eb61005f0b932c93b424a3a4eaa67d72196c79129d9a3ea8578047683e2c80d5))
-$(eval $(call download,wintun.zip,https://www.wintun.net/builds/wintun-0.9.zip,ef435b3c26fdb3bd79dd3f27f4e0020af1733e6cd186c93072dd540a13fcd53e))
+$(eval $(call download,wintun.zip,https://www.wintun.net/builds/wintun-0.9.1.zip,57eb13a60e3932c51a076cdfe11ede1d5782cb9b419584b6bff2f3e358a79c49))
.deps/go/prepared: .distfiles/go.tar.gz $(wildcard go-patches/*.patch)
mkdir -p .deps