ScoopInstaller_Main/bucket/omnisharp-http.json
2020-04-12 09:15:50 +02:00

37 lines
1.2 KiB
JSON

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