ScoopInstaller_Main/bucket/omnisharp-http.json
2020-05-21 08:12:35 +02:00

37 lines
1.2 KiB
JSON

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