mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 01:01:22 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"homepage": "http://www.omnisharp.net",
|
|
"description": "A .NET development platform based on roslyn workspaces",
|
|
"version": "1.34.14",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.14/omnisharp.http-win-x64.zip",
|
|
"hash": "ab8b87beb207e1cd1e659619b46fb3a145648e2acaf1ff5d07f5201abe32d2b6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.14/omnisharp.http-win-x86.zip",
|
|
"hash": "9c8613e95845957ccd2171d11d265d51ce342094c7189ca4162a78287a5c6255"
|
|
}
|
|
},
|
|
"bin": [
|
|
"omnisharp.exe",
|
|
[
|
|
"omnisharp.exe",
|
|
"omnisharp-http"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/OmniSharp/omnisharp-roslyn"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x86.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|