mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
17 lines
725 B
JSON
17 lines
725 B
JSON
{
|
|
"version": "5.8.0.108",
|
|
"homepage": "http://www.mono-project.com/",
|
|
"license": "https://raw.githubusercontent.com/mono/mono/master/LICENSE",
|
|
"url": "https://download.mono-project.com/archive/5.8.0/windows-installer/mono-5.8.0.108-gtksharp-2.12.45-win32-0.msi",
|
|
"hash": "8c7b5ecbf65625fb852279012d84cbd54af2e4e72b908d606a7b88af7abc1981",
|
|
"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"
|
|
}
|
|
}
|