ScoopInstaller_Main/bucket/omnisharp.json
2021-05-17 18:26:04 -07:00

31 lines
1.1 KiB
JSON

{
"version": "1.37.9",
"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.37.9/omnisharp-win-x64.zip",
"hash": "c32e178747c2d08b57b208dcfe1696c37fc79cfa2627512c5c839018253ab670"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.9/omnisharp-win-x86.zip",
"hash": "6763891bd0554414906400fffd6cac6a326c865c41acc562c208b02e310353e9"
}
},
"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"
}
}
}
}