ScoopInstaller_Main/bucket/omnisharp-http.json
2021-03-04 14:05:15 +01:00

37 lines
1.2 KiB
JSON

{
"version": "1.37.7",
"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.37.7/omnisharp.http-win-x64.zip",
"hash": "b450aecd7b65dedbbef16dd3ab886a670e313076f088a28d89b347a4393cf902"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.7/omnisharp.http-win-x86.zip",
"hash": "c0f38ec9d566bbee4e2050191502193088e521705fe34359f20c1cd6daa5bfc2"
}
},
"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"
}
}
}
}