ScoopInstaller_Main/bucket/omnisharp-http.json
2021-07-16 23:26:24 -07:00

37 lines
1.3 KiB
JSON

{
"version": "1.37.13",
"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.13/omnisharp.http-win-x64.zip",
"hash": "02dfb3e30449f18d3866aac1016fefcdae2dde54fa3ab961a26705731e6328c3"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.13/omnisharp.http-win-x86.zip",
"hash": "bbae30db9c7a084f9d21072772eb69323e696bb85677e8d63f62d2cafd95a736"
}
},
"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"
}
}
}
}