mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
38 lines
1.8 KiB
JSON
38 lines
1.8 KiB
JSON
{
|
|
"version": "15.1.0-12.0.0-r1",
|
|
"description": "GNU Compiler Collection (WinLibs build)",
|
|
"homepage": "https://winlibs.com",
|
|
"license": "GPL-3.0-or-later,ZPL-2.1,BSD-2-Clause,...",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/15.1.0posix-12.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-15.1.0-mingw-w64ucrt-12.0.0-r1.7z",
|
|
"hash": "325e4799213fd1f24f6d411b54e0a7e5db404f2012a294f5bbbfe4b496095769",
|
|
"extract_dir": "mingw64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/15.1.0posix-12.0.0-ucrt-r1/winlibs-i686-posix-dwarf-gcc-15.1.0-mingw-w64ucrt-12.0.0-r1.7z",
|
|
"hash": "153bf3ab0d484247ff001376476ad8f1fe784fc0dbdedad13c599a95f6a5f50e",
|
|
"extract_dir": "mingw32"
|
|
}
|
|
},
|
|
"post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",
|
|
"env_add_path": "bin",
|
|
"checkver": {
|
|
"regex": "(?<gcc>[\\d.]+)posix(?<llvm>-[\\d.]+)?-(?<mingw>[\\d.]+)-ucrt-r(?<release>\\d+)",
|
|
"replace": "${gcc}-${mingw}-r${release}"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGccposix$matchLlvm-$matchMingw-ucrt-r$matchRelease/winlibs-x86_64-posix-seh-gcc-$matchGcc-mingw-w64ucrt-$matchMingw-r$matchRelease.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGccposix$matchLlvm-$matchMingw-ucrt-r$matchRelease/winlibs-i686-posix-dwarf-gcc-$matchGcc-mingw-w64ucrt-$matchMingw-r$matchRelease.7z"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|