ScoopInstaller_Main/bucket/omnisharp-http.json
2022-05-19 20:28:34 +00:00

37 lines
1.2 KiB
JSON

{
"version": "1.39.0",
"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.39.0/omnisharp.http-win-x64.zip",
"hash": "295b7fb108fee9ea0d4595429e1923c9e87ca9f66c95f5b0f1075959243da0cf"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.0/omnisharp.http-win-x86.zip",
"hash": "cb480bd9e13f3ea7569c7beaef8d6c7c05506e00518bf596fbf927c7c4dc20db"
}
},
"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"
}
}
}
}