diff options
Diffstat (limited to 'mingw-w64-build')
-rwxr-xr-x | mingw-w64-build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mingw-w64-build b/mingw-w64-build index 80da7d0..e0ce0f4 100755 --- a/mingw-w64-build +++ b/mingw-w64-build @@ -17,7 +17,7 @@ # v_script="4.0.1" -v_mingww64="5git" +v_mingww64="6git" v_binutils="2.31git" v_gcc="8svn" v_gmp="6.1.2" @@ -83,7 +83,7 @@ download_sources() cd "$src" || error_exit echo "downloading mingw-w64" >&3 - git clone --depth 1 -b v5.x git://git.code.sf.net/p/mingw-w64/mingw-w64 mingw-w64-$v_mingww64 || error_exit + git clone --depth 1 -b v6.x git://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_31-branch --single-branch git://sourceware.org/git/binutils-gdb.git binutils-$v_binutils || error_exit |