mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 00:41:22 +00:00
17 lines
680 B
JSON
17 lines
680 B
JSON
{
|
|
"version": "5.16.0.220",
|
|
"homepage": "http://www.mono-project.com/",
|
|
"license": "MIT",
|
|
"url": "https://download.mono-project.com/archive/5.16.0/windows-installer/mono-5.16.0.220-gtksharp-2.12.45-win32-0.msi",
|
|
"hash": "2016c9c658f5c3793ea733fc67210915df124ff32261509df5e0625d0964a21c",
|
|
"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"
|
|
}
|
|
}
|