ScoopInstaller_Main/bucket/omnisharp.json
2020-08-11 09:10:47 +02:00

31 lines
1.1 KiB
JSON

{
"version": "1.36.0",
"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.36.0/omnisharp-win-x64.zip",
"hash": "a0d565fc7e3bec8918bcf049e30a67faadbe18ca39d37f9d4854c677868f63db"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.36.0/omnisharp-win-x86.zip",
"hash": "1634e4f33966b00a2df18ab42e45448e38a845b1715e84c4d2586be8086ef125"
}
},
"bin": "omnisharp.exe",
"checkver": {
"github": "https://github.com/OmniSharp/omnisharp-roslyn"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"
}
}
}
}