2022-05-23 16:30:34 +00:00

39 lines
1.4 KiB
JSON

{
"version": "6.12.0.179",
"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.179-x64-0.msi",
"hash": "fa8918004d475b721d9acb77d9b197d09af6857e5f24a7449472735f13e98811"
},
"32bit": {
"url": "https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.179-gtksharp-2.12.45-win32-0.msi",
"hash": "8a2d860e88fa40ff104bc4debd79de9206f3f75c37cda336685b7c6df2547f8e"
}
},
"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"
}
}
}
}