mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 19:11:20 +00:00
17 lines
680 B
JSON
17 lines
680 B
JSON
{
|
|
"version": "5.14.0.177",
|
|
"homepage": "http://www.mono-project.com/",
|
|
"license": "MIT",
|
|
"url": "https://download.mono-project.com/archive/5.14.0/windows-installer/mono-5.14.0.177-gtksharp-2.12.45-win32-0.msi",
|
|
"hash": "e43be777405b9831d292b6867eb9d72d488b698989ec7c6fba86a1fd87808135",
|
|
"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"
|
|
}
|
|
}
|