mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
mingw-winlibs: Update to version 14.1.0-11.0.1-r1 (#5814)
This commit is contained in:
parent
d68ae7039f
commit
49df227253
@ -1,33 +1,33 @@
|
|||||||
{
|
{
|
||||||
"version": "13.2.0-11.0.1-r2",
|
"version": "14.1.0-11.0.1-r1",
|
||||||
"description": "GNU Compiler Collection (WinLibs build)",
|
"description": "GNU Compiler Collection (WinLibs build)",
|
||||||
"homepage": "https://winlibs.com",
|
"homepage": "https://winlibs.com",
|
||||||
"license": "GPL-3.0-or-later,ZPL-2.1,BSD-2-Clause,...",
|
"license": "GPL-3.0-or-later,ZPL-2.1,BSD-2-Clause,...",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0-17.0.4-11.0.1-msvcrt-r2/winlibs-x86_64-posix-seh-gcc-13.2.0-mingw-w64msvcrt-11.0.1-r2.7z",
|
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/14.1.0posix-18.1.5-11.0.1-msvcrt-r1/winlibs-x86_64-posix-seh-gcc-14.1.0-mingw-w64msvcrt-11.0.1-r1.7z",
|
||||||
"hash": "823bcacca1e91d9b469805f409550b1be9194b944dc6697d3c12f76fae6e9101",
|
"hash": "630aa4602ed42ea8d464744ae9de45217b71282bdff31732a353ab91720c72ca",
|
||||||
"extract_dir": "mingw64"
|
"extract_dir": "mingw64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0-17.0.4-11.0.1-msvcrt-r2/winlibs-i686-posix-dwarf-gcc-13.2.0-mingw-w64msvcrt-11.0.1-r2.7z",
|
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/14.1.0posix-18.1.5-11.0.1-msvcrt-r1/winlibs-i686-posix-dwarf-gcc-14.1.0-mingw-w64msvcrt-11.0.1-r1.7z",
|
||||||
"hash": "e106dac0f9fab7d72e62d5c29abd16275bfe08fd9fc7f7af5d3c0a974aa6afb9",
|
"hash": "be012a7fc95b31a61c5e419ea2aeabd2efa8d70f323dddf0bed5e5e1098dd4f4",
|
||||||
"extract_dir": "mingw32"
|
"extract_dir": "mingw32"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",
|
"post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",
|
||||||
"env_add_path": "bin",
|
"env_add_path": "bin",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"regex": "(?<gcc>[\\d.]+)-(?<llvm>[\\d.]+)-(?<mingw>[\\d.]+)-msvcrt-r(?<release>\\d+)",
|
"regex": "(?<gcc>[\\d.]+)posix-(?<llvm>[\\d.]+)-(?<mingw>[\\d.]+)-msvcrt-r(?<release>\\d+)",
|
||||||
"replace": "${gcc}-${mingw}-r${release}"
|
"replace": "${gcc}-${mingw}-r${release}"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGcc-$matchLlvm-$matchMingw-msvcrt-r$matchRelease/winlibs-x86_64-posix-seh-gcc-$matchGcc-mingw-w64msvcrt-$matchMingw-r$matchRelease.7z"
|
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGccposix-$matchLlvm-$matchMingw-msvcrt-r$matchRelease/winlibs-x86_64-posix-seh-gcc-$matchGcc-mingw-w64msvcrt-$matchMingw-r$matchRelease.7z"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGcc-$matchLlvm-$matchMingw-msvcrt-r$matchRelease/winlibs-i686-posix-dwarf-gcc-$matchGcc-mingw-w64msvcrt-$matchMingw-r$matchRelease.7z"
|
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGccposix-$matchLlvm-$matchMingw-msvcrt-r$matchRelease/winlibs-i686-posix-dwarf-gcc-$matchGcc-mingw-w64msvcrt-$matchMingw-r$matchRelease.7z"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user