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

31 lines
1.1 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-win-x64.zip",
"hash": "9a8018bf2dcf28abfdba577965d9a4ab3b98fa0ecedb184fa25339bbde7cce10"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.35.0/omnisharp-win-x86.zip",
"hash": "7ed731aeb8b64cc159fe3d8200ebdea9e1076e3aaf8079cc7b7dfc878834709d"
}
},
"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"
}
}
}
}