ScoopInstaller_Main/bucket/omnisharp-http.json
2019-08-16 22:01:47 +00:00

37 lines
1.2 KiB
JSON

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