ScoopInstaller_Main/bucket/mingw-winlibs.json
2022-12-30 16:28:34 +00:00

38 lines
1.9 KiB
JSON

{
"version": "12.2.0-15.0.6-10.0.0-r3",
"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/12.2.0-15.0.6-10.0.0-msvcrt-r3/winlibs-x86_64-posix-seh-gcc-12.2.0-mingw-w64msvcrt-10.0.0-r3.7z",
"hash": "sha512:ffb4b22d3e529f6064274b23a8cd89b33e73b6aad71537655aca957a0fba1d1a823f5012e54a69c6cc2e463b34ce1d047b23f5b1859ef14c557ddd2823c76a58",
"extract_dir": "mingw64"
},
"32bit": {
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/12.2.0-15.0.6-10.0.0-msvcrt-r3/winlibs-i686-posix-dwarf-gcc-12.2.0-mingw-w64msvcrt-10.0.0-r3.7z",
"hash": "sha512:4dae84efb43caee43c2d46ec25c1b5ba494eba2f5c5b8b2c84528829d16013416bebdfad9ce7f5558642b5c91947ab69fa702c06084c8250d9189c3a662ab32a",
"extract_dir": "mingw32"
}
},
"post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",
"env_add_path": "bin",
"checkver": {
"regex": "GCC ([\\d.]+).*?LLVM.*?([\\d.]+).*?MinGW\\-w64 ([\\d.]+).*?MSVCRT.*?release ([\\d.]+).*?LATEST",
"replace": "${1}-${2}-${3}-r${4}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$match1-$match2-$match3-msvcrt-r$match4/winlibs-x86_64-posix-seh-gcc-$match1-mingw-w64msvcrt-$match3-r$match4.7z"
},
"32bit": {
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$match1-$match2-$match3-msvcrt-r$match4/winlibs-i686-posix-dwarf-gcc-$match1-mingw-w64msvcrt-$match3-r$match4.7z"
}
},
"hash": {
"url": "$url.sha512"
}
}
}