ScoopInstaller_Main/bucket/omnisharp.json
2019-10-08 19:00:30 +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.5",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.5/omnisharp-win-x64.zip",
"hash": "a745558a5209639ea1b6c32e1575cf5ba09a5da60db7e5be89f6f6c2e6e6fbdc"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.5/omnisharp-win-x86.zip",
"hash": "80d21906505ef6764941f45b9e62ad5a5e0eef7ab6d1cfd32bf1340a1f9cd1b5"
}
},
"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"
}
}
}
}