2020-02-05 16:01:52 +00:00

39 lines
1.4 KiB
JSON

{
"version": "6.8.0.105",
"description": "Cross platform, open source .NET framework.",
"homepage": "https://www.mono-project.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://download.mono-project.com/archive/6.8.0/windows-installer/mono-6.8.0.105-x64-0.msi",
"hash": "dcbe043636f44623e397e43c8a552789cc747959bfcfbc202556cb6f32b47f1c"
},
"32bit": {
"url": "https://download.mono-project.com/archive/6.8.0/windows-installer/mono-6.8.0.105-gtksharp-2.12.45-win32-0.msi",
"hash": "2e9431255d103bd63124fa43bd3a1b0f5a73f1dafb3e2fce5c102b2329b0be39"
}
},
"extract_dir": "Mono",
"env_add_path": "bin",
"checkver": {
"url": "http://www.mono-project.com/download/stable/",
"re": "(?<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"
}
}
},
"suggest": {
"vcredist": [
"extras/vcredist2013",
"extras/vcredist2015"
]
}
}