ScoopInstaller_Main/bucket/omnisharp-http.json
2020-01-27 15:01:58 +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.10",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.10/omnisharp.http-win-x64.zip",
"hash": "2f50fd12ee5affa9d47a2af48707ea6b063b768d91efde12dc4d9e3f82dd47de"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.10/omnisharp.http-win-x86.zip",
"hash": "5b140ac37a56bd84a82f30cf6d9a8319ee85cce6c33df29df03abcfa8b84b0ee"
}
},
"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"
}
}
}
}