From ab2bc4b50db2cfe69a348fa63ddc8a968b582e30 Mon Sep 17 00:00:00 2001 From: Zeranoe Date: Sun, 31 May 2020 21:29:17 -0400 Subject: Switch to https for git.code.sf.net Should resolve #15 --- mingw-w64-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-build b/mingw-w64-build index 4862851..267976c 100755 --- a/mingw-w64-build +++ b/mingw-w64-build @@ -83,7 +83,7 @@ download_sources() cd "$src" || error_exit echo "downloading mingw-w64" >&3 - git clone --depth 1 -b v7.x git://git.code.sf.net/p/mingw-w64/mingw-w64 mingw-w64-$v_mingww64 || error_exit + git clone --depth 1 -b v7.x https://git.code.sf.net/p/mingw-w64/mingw-w64 mingw-w64-$v_mingww64 || error_exit echo "downloading binutils" >&3 git clone --depth 1 -b binutils-2_34-branch git://sourceware.org/git/binutils-gdb.git binutils-$v_binutils || error_exit -- cgit v1.2.3