Jakub Čábera c59c3d6268 http -> https (#3091)
Add some descriptions
Red - Add hash extraction
2019-02-06 21:41:02 +01:00

18 lines
747 B
JSON

{
"version": "5.18.0.240",
"description": "Cross platform, open source .NET framework.",
"homepage": "https://www.mono-project.com/",
"license": "MIT",
"url": "https://download.mono-project.com/archive/5.18.0/windows-installer/mono-5.18.0.240-gtksharp-2.12.45-win32-0.msi",
"hash": "9b556968c7f57ed0df9a2319ae47ff4dae98e0ba95a3f0e51d8160f918300aee",
"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": {
"url": "https://download.mono-project.com/archive/$matchShort/windows-installer/$matchFile.msi"
}
}