ScoopInstaller_Main/bucket/mingw-winlibs.json
2022-08-11 00:34:27 +00:00

38 lines
1.9 KiB
JSON

{
"version": "12.1.0-14.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.1.0-14.0.6-10.0.0-msvcrt-r3/winlibs-x86_64-posix-seh-gcc-12.1.0-mingw-w64msvcrt-10.0.0-r3.7z",
"hash": "sha512:43129a36415626b2cd3aa75e3d642206d6079c277bad346be8d7b49ec2c2a831208e0045042ce5cbce3a50d4c40c498eb84a07f2781d6c73b8c502d0e82c8834",
"extract_dir": "mingw64"
},
"32bit": {
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/12.1.0-14.0.6-10.0.0-msvcrt-r3/winlibs-i686-posix-dwarf-gcc-12.1.0-mingw-w64msvcrt-10.0.0-r3.7z",
"hash": "sha512:b2b28b4e1fbaef5038fc4285c3cea92452cd48f7f4e743ede4dd53ab210a6c7df589448423b0cac896cb0c7d84129f5548df5a843425a2bdfcb3d9989bd29fdd",
"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"
}
}
}