{
    "version": "16.1.0-rt_v14-rev0",
    "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/16.1.0-rt_v14-rev0/x86_64-16.1.0-release-posix-seh-ucrt-rt_v14-rev0.7z",
            "hash": "ecaceb42639d21c695f875800a29b2dea76bbb05eb2a1cca3049b65499b8d867",
            "extract_dir": "mingw64"
        },
        "32bit": {
            "url": "https://github.com/niXman/mingw-builds-binaries/releases/download/16.1.0-rt_v14-rev0/i686-16.1.0-release-posix-dwarf-ucrt-rt_v14-rev0.7z",
            "hash": "00991d101ee368097ff782b044cbb2926b1d3999afd0499f2d383589999a2158",
            "extract_dir": "mingw32"
        }
    },
    "post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",
    "env_add_path": "bin",
    "checkver": {
        "github": "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"
            }
        }
    }
}
