ScoopInstaller_Main/bucket/omnisharp-http.json
2021-07-10 12:12:29 -07:00

37 lines
1.3 KiB
JSON

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