ScoopInstaller_Main/bucket/omnisharp.json
2020-04-02 20:10:34 +02:00

31 lines
1.1 KiB
JSON

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