ScoopInstaller_Main/bucket/omnisharp.json
2020-10-09 22:52:31 +02:00

31 lines
1.1 KiB
JSON

{
"version": "1.37.2",
"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.2/omnisharp-win-x64.zip",
"hash": "e06c415107a8874a323c1b9779f699a2143eb2d3b4b84b8e765120bc921105c7"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.2/omnisharp-win-x86.zip",
"hash": "1ae479e04e1c73a5991fab22fd1110de614e7182fa3b65940dd0995cd113e2ea"
}
},
"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"
}
}
}
}