ScoopInstaller_Main/bucket/omnisharp-http.json
2019-06-03 16:02:06 +00:00

37 lines
1.3 KiB
JSON

{
"homepage": "http://www.omnisharp.net",
"description": "A .NET development platform based on roslyn workspaces",
"version": "1.32.20",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.20/omnisharp.http-win-x64.zip",
"hash": "c6ee688287d7b0f6bf7a583363792aace3395ab81d18df2319b8fa8ce5f51068"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.20/omnisharp.http-win-x86.zip",
"hash": "0872fef128952a970e7ea2ace209283d40136c8065e41cf31363f9393eee204a"
}
},
"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"
}
}
}
}