ScoopInstaller_Main/bucket/omnisharp-http.json
2020-08-13 09:41:48 +02:00

37 lines
1.2 KiB
JSON

{
"version": "1.36.1",
"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.1/omnisharp.http-win-x64.zip",
"hash": "d358819a994a3e547acb6d5df38da062e6e317a2806e4eb9b246bc2f05277d65"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.36.1/omnisharp.http-win-x86.zip",
"hash": "00887570299fadd1c1149f8f71ea53912874a3eaf0a258b8232b7d96a325f751"
}
},
"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"
}
}
}
}