mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
38 lines
1.9 KiB
JSON
38 lines
1.9 KiB
JSON
{
|
|
"version": "13.1.0-16.0.5-11.0.0-r5",
|
|
"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/13.1.0-16.0.5-11.0.0-msvcrt-r5/winlibs-x86_64-posix-seh-gcc-13.1.0-mingw-w64msvcrt-11.0.0-r5.7z",
|
|
"hash": "sha512:5563e6b5ec588958c604f480d5dcfe1ee7c76c23ccdde795a4dc134077ad0e48dc53060d11f9227290ade82e214b6a768e748645298ae24e8f4bf4308b8b2f24",
|
|
"extract_dir": "mingw64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.1.0-16.0.5-11.0.0-msvcrt-r5/winlibs-i686-posix-dwarf-gcc-13.1.0-mingw-w64msvcrt-11.0.0-r5.7z",
|
|
"hash": "sha512:102c648771a3007965b61c06a4f38d12343e793dc61c815401e9227f5daf89baa2a9c33c27ad222da6772030361ea8aa832f00b7357b16c995d20ca191ba1ac2",
|
|
"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"
|
|
}
|
|
}
|
|
}
|