ScoopInstaller_Main/bucket/omnisharp-http.json
2019-10-25 16:00:43 +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.6",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.6/omnisharp.http-win-x64.zip",
"hash": "c8c0f0f54f7d44f2354a4be172c484932f7ed2d5a26e9ae473e4bb730bc5d127"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.6/omnisharp.http-win-x86.zip",
"hash": "43dd48be6086d20bc72bacff1e687bfde3a30453d0ae1446304e46713ef21901"
}
},
"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"
}
}
}
}