{ "version": "13.1.0-16.0.4-11.0.0-r4", "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.4-11.0.0-msvcrt-r4/winlibs-x86_64-posix-seh-gcc-13.1.0-mingw-w64msvcrt-11.0.0-r4.7z", "hash": "sha512:8d4bfe367439fca7c90e0d2373cf19712c34705b3f96b01384dfeefe03254e1df1b5520655afb800d5a92cec3880e880b15bd9d76cf47956d7e786acf0501f3c", "extract_dir": "mingw64" }, "32bit": { "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.1.0-16.0.4-11.0.0-msvcrt-r4/winlibs-i686-posix-dwarf-gcc-13.1.0-mingw-w64msvcrt-11.0.0-r4.7z", "hash": "sha512:36ee4d0bbac5ad914dd7190b8f41bbcf5741191ab23bc3bc77413b6f6fc388de628760522782b64ed307c05d139cefad2192401913a4981b31404a5e1421ea23", "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" } } }