aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-04-17 22:52:42 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-18 11:54:01 +0900
commit60367e506bc956d8bf953f730732d3930e0cc5b5 (patch)
treead574fbc8169deb2166b1b055663920bc62a14ef
parentui: syntax: guard calls to highlight (diff)
downloadwireguard-windows-60367e506bc956d8bf953f730732d3930e0cc5b5.tar.xz
wireguard-windows-60367e506bc956d8bf953f730732d3930e0cc5b5.zip
build: update checksum for go zip
5004a12c6b30d72c7f53b8cf35c44717d739d32e forgot to update SHA-256 hash when bumping versions of the golang zip. Signed-off-by: Simon Rozman <simon@rozman.si>
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index 9c9181e8..4c65f803 100644
--- a/build.bat
+++ b/build.bat
@@ -10,7 +10,7 @@ if exist .deps\prepared goto :build
echo [+] Downloading golang
curl -#fo go.zip https://dl.google.com/go/go1.12.3.windows-amd64.zip || goto :error
echo [+] Verifying golang
- for /f %%a in ('CertUtil -hashfile go.zip SHA256 ^| findstr /r "^[0-9a-f]*$"') do if not "%%a"=="880ced1aecef08b3471a84381b6c7e2c0e846b81dd97ecb629b534d941f282bd" goto :error
+ for /f %%a in ('CertUtil -hashfile go.zip SHA256 ^| findstr /r "^[0-9a-f]*$"') do if not "%%a"=="1806e089e85b84f192d782a7f70f90a32e0eccfd181405857e612f806ec04059" goto :error
echo [+] Downloading mingw
rem Mirror of https://musl.cc/x86_64-w64-mingw32-native.zip
curl -#fo mingw.zip https://download.wireguard.com/windows-toolchain/distfiles/x86_64-w64-mingw32-native-20190307.zip || goto :error