{ "version": "11.2.0", "description": "GNU Compiler Collection", "homepage": "https://www.gnu.org/software/gcc/", "license": "GPL-3.0-or-later", "architecture": { "64bit": { "url": "https://nuwen.net/files/mingw/components-18.0.7z", "hash": "50b7bddbceda793098f2fed3a249fb02911f4a46c5d9a2e6c77079fa7e40b2ad" } }, "extract_dir": "components-18.0", "pre_install": [ "Expand-7ZipArchive \"$dir\\mingw-w64+gcc.7z\" \"$dir\"", "Get-ChildItem \"$dir\\*.7z\" | Remove-Item -Recurse -Force" ], "bin": [ "bin\\cpp.exe", "bin\\g++.exe", "bin\\gcc-ar.exe", "bin\\gcc-nm.exe", "bin\\gcc-ranlib.exe", "bin\\gcc.exe", "bin\\gcov-dump.exe", "bin\\gcov-tool.exe", "bin\\gcov.exe", "bin\\lto-dump.exe" ], "checkver": { "url": "https://nuwen.net/mingw.html", "regex": "(?sm)>GCC (?[\\d.]+).*?components-(?[\\d.]+).7z" }, "autoupdate": { "architecture": { "64bit": { "url": "https://nuwen.net/files/mingw/components-$matchComponents.7z" } }, "extract_dir": "components-$matchComponents" } }