diff options
author | 2020-11-09 13:24:09 +0100 | |
---|---|---|
committer | 2020-11-13 14:42:54 +0100 | |
commit | 44c745288ca1b7ea647335100aaa44dc0253d491 (patch) | |
tree | ed421781079fc8d93410b41bc2cd3ef1341b66dd /Makefile | |
parent | main: add command line adapter cleanup (diff) | |
download | wireguard-windows-44c745288ca1b7ea647335100aaa44dc0253d491.tar.xz wireguard-windows-44c745288ca1b7ea647335100aaa44dc0253d491.zip |
build: bump wintun hash
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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,69afc860c9e5b5579f09847aeb9ac7b5190ec8ff6f21b6ec799f80351f19d1dd)) +$(eval $(call download,wintun.zip,https://www.wintun.net/builds/wintun-0.9.zip,ef435b3c26fdb3bd79dd3f27f4e0020af1733e6cd186c93072dd540a13fcd53e)) .deps/go/prepared: .distfiles/go.tar.gz $(wildcard go-patches/*.patch) mkdir -p .deps |