ScoopInstaller_Main/bucket/omnisharp-http.json
2020-02-05 19:01:48 +00:00

37 lines
1.3 KiB
JSON

{
"homepage": "http://www.omnisharp.net",
"description": "A .NET development platform based on roslyn workspaces",
"version": "1.34.11",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.11/omnisharp.http-win-x64.zip",
"hash": "c3fb38eb63dc6bf9ee8d56de62d0954cea0b8c9825efdb51b4fb665fb04fc792"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.11/omnisharp.http-win-x86.zip",
"hash": "9dc6c147fa8c997bce39072ce79e2b12fdb38d42ee6dca2d127a510b7d2df169"
}
},
"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"
}
}
}
}