ScoopInstaller_Main/bucket/omnisharp.json
2019-07-15 19:00:42 +00:00

31 lines
1.1 KiB
JSON

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