File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ IFS=$'\n\t'
66
77source " $( cd " $( dirname " $0 " ) " && pwd) /../shared.sh"
88
9- MINGW_ARCHIVE_32=" i686-14.1.0-release-posix-dwarf-msvcrt-rt_v12-rev0.7z"
10- MINGW_ARCHIVE_64=" x86_64-14.1.0-release-posix-seh-msvcrt-rt_v12-rev0.7z"
9+ MINGW_ARCHIVE_32=" i686-14.2.0-release-posix-dwarf-msvcrt-rt_v12-rev2.7z"
10+ MINGW_ARCHIVE_64=" x86_64-14.2.0-release-posix-seh-msvcrt-rt_v12-rev2.7z"
11+ TMP_URL=" https://github.com/niXman/mingw-builds-binaries/releases/download/14.2.0-rt_v12-rev2/"
1112LLVM_MINGW_ARCHIVE_AARCH64=" llvm-mingw-20251104-ucrt-aarch64.zip"
1213LLVM_MINGW_ARCHIVE_X86_64=" llvm-mingw-20251104-ucrt-x86_64.zip"
1314
@@ -49,7 +50,7 @@ if isWindows && isKnownToBeMingwBuild; then
4950
5051 case " ${mingw_archive} " in
5152 * .7z)
52- curl -o mingw.7z " ${MIRRORS_BASE } /${mingw_archive} "
53+ curl -Lo mingw.7z " ${TMP_URL } /${mingw_archive} "
5354 7z x -y mingw.7z > /dev/null
5455 ;;
5556 * .zip)
You can’t perform that action at this time.
0 commit comments