{
    "version": "6.12.0.199",
    "description": "Cross platform, open source .NET framework.",
    "homepage": "https://www.mono-project.com/",
    "license": "MIT",
    "suggest": {
        "vcredist": [
            "extras/vcredist2013",
            "extras/vcredist2022"
        ]
    },
    "architecture": {
        "64bit": {
            "url": "https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.199-x64-0.msi",
            "hash": "d3d103f56238c421a34d3cb17f5377139b1c075521024bb71da4aafefe4fba6d"
        },
        "32bit": {
            "url": "https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.199-gtksharp-2.12.45-win32-0.msi",
            "hash": "6eceda58480e87c097193969a2e5442ed7fd1134291a03fcfe525705a836a680"
        }
    },
    "extract_dir": "Mono",
    "env_add_path": "bin",
    "checkver": {
        "url": "http://www.mono-project.com/download/stable/",
        "regex": "(?<short>[\\d.]+)/windows-installer/(?<file>mono-(?<version>[\\d.]+).*win32.*)\\.msi"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.mono-project.com/archive/$matchShort/windows-installer/mono-$version-x64-0.msi"
            },
            "32bit": {
                "url": "https://download.mono-project.com/archive/$matchShort/windows-installer/$matchFile.msi"
            }
        }
    }
}
