diff options
author | Zeranoe <zeranoe@gmail.com> | 2020-05-31 21:29:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-31 21:29:17 -0400 |
commit | ab2bc4b50db2cfe69a348fa63ddc8a968b582e30 (patch) | |
tree | 4ba496804fbce073f8a8a0914d0883b66723eccc | |
parent | 29826cfb6298ace60a22ab02026f1cf8f81a788f (diff) |
Switch to https for git.code.sf.net
Should resolve #15
-rwxr-xr-x | mingw-w64-build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |