ScoopInstaller_Main/bucket/omnisharp-http.json
2019-11-21 22:00:30 +00:00

37 lines
1.2 KiB
JSON

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