2019-12-10 17:00:24 +00:00

39 lines
1.4 KiB
JSON

{
"version": "6.6.0.161",
"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.6.0/windows-installer/mono-6.6.0.161-x64-0.msi",
"hash": "8d3392ed19977c0b869aaf594fd9c12114d8bcb6185bca27d8329ff5f974d23e"
},
"32bit": {
"url": "https://download.mono-project.com/archive/6.6.0/windows-installer/mono-6.6.0.161-gtksharp-2.12.45-win32-0.msi",
"hash": "e33e52c0946e6f848976886d95be55b1f811aa2b491ff19a6f18dae94c133fa1"
}
},
"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"
]
}
}