mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 05:51:19 +00:00
17 lines
725 B
JSON
17 lines
725 B
JSON
{
|
|
"version": "5.2.0.215",
|
|
"homepage": "http://www.mono-project.com/",
|
|
"license": "https://raw.githubusercontent.com/mono/mono/master/LICENSE",
|
|
"url": "https://download.mono-project.com/archive/5.2.0/windows-installer/mono-5.2.0.215-gtksharp-2.12.45-win32-0.msi",
|
|
"hash": "7a639b38539080017557dc049ba5ff35ca51c91628e6bee6344c7213481141f8",
|
|
"extract_dir": "Mono",
|
|
"env_add_path": "bin",
|
|
"checkver": {
|
|
"url": "http://www.mono-project.com/download/",
|
|
"re": "(?<short>[\\d.]+)/windows-installer/(?<file>mono-(?<version>[\\d.]+).*win32.*).msi"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://download.mono-project.com/archive/$matchShort/windows-installer/$matchFile.msi"
|
|
}
|
|
}
|