ScoopInstaller_Main/bucket/omnisharp-http.json
2020-08-11 09:10:47 +02:00

37 lines
1.2 KiB
JSON

{
"version": "1.36.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.36.0/omnisharp.http-win-x64.zip",
"hash": "18de57326c5e7b160aa42ef610fca13285a5dcf22e440cbf62cb6fb3fac7a69f"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.36.0/omnisharp.http-win-x86.zip",
"hash": "b6a5fb30021f8f7803e7f62aa710959fabdc1c206ac096061c6bf20d99dea530"
}
},
"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"
}
}
}
}