ScoopInstaller_Main/bucket/omnisharp-http.json
2020-02-18 19:01:53 +00:00

37 lines
1.3 KiB
JSON

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