mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
37 lines
1.6 KiB
JSON
37 lines
1.6 KiB
JSON
{
|
|
"version": "14.2.0-rt_v12-rev2",
|
|
"description": "Minimalistic GNU for Windows is a runtime environment for GCC, GDB, make and related binutils.",
|
|
"homepage": "https://www.mingw-w64.org",
|
|
"license": "ZPL-2.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/niXman/mingw-builds-binaries/releases/download/14.2.0-rt_v12-rev2/x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev2.7z",
|
|
"hash": "918732a84fc8006586be0f5909b75896ab85d5e0e9df521b4d4f9202e7debc12",
|
|
"extract_dir": "mingw64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/niXman/mingw-builds-binaries/releases/download/14.2.0-rt_v12-rev2/i686-14.2.0-release-posix-dwarf-ucrt-rt_v12-rev2.7z",
|
|
"hash": "150a1b0160d93d0695e9717b013b4cfd990d9380805bae8c34d024a6db440e63",
|
|
"extract_dir": "mingw32"
|
|
}
|
|
},
|
|
"post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",
|
|
"env_add_path": "bin",
|
|
"checkver": {
|
|
"url": "https://api.github.com/repos/niXman/mingw-builds-binaries/releases",
|
|
"jsonpath": "$..tag_name",
|
|
"regex": "([\\d.]+)-(?<build>[a-z0-9_\\-]+)",
|
|
"replace": "${1}-${build}"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/niXman/mingw-builds-binaries/releases/download/$version/x86_64-$match1-release-posix-seh-ucrt-$matchBuild.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/niXman/mingw-builds-binaries/releases/download/$version/i686-$match1-release-posix-dwarf-ucrt-$matchBuild.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|