{
    "version": "6.12.0.206",
    "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.206-x64-0.msi",
            "hash": "4125f57d97cfa88257915edc969e913de198cd8e22396a29849037479a0ac368"
        },
        "32bit": {
            "url": "https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.206-gtksharp-2.12.45-win32-0.msi",
            "hash": "3f0e2216f52b6ecf249c3c2b9da4b6520ab46ea5307d63a7dba40cabf7e034c9"
        }
    },
    "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"
            }
        }
    }
}
