mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
40 lines
2.0 KiB
JSON
40 lines
2.0 KiB
JSON
{
|
|
"version": "8.1.0",
|
|
"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://downloads.sourceforge.net/project/mingw-w64/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-posix/seh/x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z",
|
|
"hash": "853970527b5de4a55ec8ca4d3fd732c00ae1c69974cc930c82604396d43e79f8",
|
|
"extract_dir": "mingw64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/mingw-w64/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/8.1.0/threads-posix/dwarf/i686-8.1.0-release-posix-dwarf-rt_v6-rev0.7z",
|
|
"hash": "adb84b70094c0225dd30187ff995e311d19424b1eb8f60934c60e4903297f946",
|
|
"extract_dir": "mingw32"
|
|
}
|
|
},
|
|
"post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",
|
|
"env_add_path": "bin",
|
|
"checkver": {
|
|
"url": "https://sourceforge.net/projects/mingw-w64/files/",
|
|
"regex": "<h1>MinGW-W64 GCC-([\\d.]+)</h1>"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/mingw-w64/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/$version/threads-posix/seh/x86_64-$version-release-posix-seh-rt_v6-rev0.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/mingw-w64/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/$version/threads-posix/dwarf/i686-$version-release-posix-dwarf-rt_v6-rev0.7z"
|
|
}
|
|
}
|
|
},
|
|
"notes": [
|
|
"- You are installing the Mingw-w64 implementation of GCC.",
|
|
" This implementation has a better compatibility, but may not support newer C/C++ standards.",
|
|
" For more recent GCC versions, try 'mingw-winlibs' or 'mingw-nuwen'."
|
|
]
|
|
}
|