ScoopInstaller_Main/bucket/omnisharp.json
2020-03-10 01:01:49 +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.14",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.14/omnisharp-win-x64.zip",
"hash": "80a56f8f196adc1b5985d4cc83f55a469d8e4a537f587ca8b2cc0fb889a12394"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.14/omnisharp-win-x86.zip",
"hash": "85fbcf380988512654587c41a5105e4248369fc918a28203cec8ed22c61392b8"
}
},
"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"
}
}
}
}