ScoopInstaller_Main/bucket/omnisharp.json
2019-06-03 16:02:06 +00:00

31 lines
1.1 KiB
JSON

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