ScoopInstaller_Main/bucket/omnisharp.json
2019-10-25 16:00:43 +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.6",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.6/omnisharp-win-x64.zip",
"hash": "c3556b925bea155a4590a0961fe4f823478e167bdb106a38c9b9969dbd4a89c8"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.6/omnisharp-win-x86.zip",
"hash": "9138bc1ad6348da4bc4e86e1345f1b715046ad54f1806c00ecf5e1d3f0501551"
}
},
"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"
}
}
}
}