Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

17 lines
678 B
JSON

{
"version": "5.10.1.47",
"homepage": "http://www.mono-project.com/",
"license": "MIT",
"url": "https://download.mono-project.com/archive/5.10.1/windows-installer/mono-5.10.1.47-gtksharp-2.12.45-win32-0.msi",
"hash": "5e97f7913bd96ee6b8a950ffc7238af2bbc1715e639a9a2114be13f69e36f71e",
"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"
}
}