{
    "version": "19.0",
    "description": "Nuwen's MinGW Distro with GCC, GDB, make, binutils, coreutils, 7zip and extra headers",
    "homepage": "https://nuwen.net/mingw.html",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://nuwen.net/files/mingw/mingw-19.0.exe#/dl.7z",
            "hash": "5062d36fb66f72fd4ae00a340b5b036a31c8d5b71e862e4dc044e0f2dcc82ede"
        }
    },
    "extract_dir": "MinGW",
    "env_add_path": "bin",
    "env_set": {
        "C_INCLUDE_PATH": "$dir\\include;$dir\\include\\freetype2",
        "CPLUS_INCLUDE_PATH": "$dir\\include;$dir\\include\\freetype2"
    },
    "checkver": {
        "regex": "mingw-([\\d.]+).exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://nuwen.net/files/mingw/mingw-$version.exe#/dl.7z"
            }
        }
    }
}
