mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
17 lines
725 B
JSON
17 lines
725 B
JSON
{
|
|
"version": "5.2.0.224",
|
|
"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.224-gtksharp-2.12.45-win32-0.msi",
|
|
"hash": "a9dc6360dad6fe47d596ae73a34750dd2dcd34210c84cef5e3109074c3673bb8",
|
|
"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"
|
|
}
|
|
}
|