ScoopInstaller_Main/bucket/omnisharp.json
2021-05-25 22:16:08 -07:00

31 lines
1.1 KiB
JSON

{
"version": "1.37.10",
"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.10/omnisharp-win-x64.zip",
"hash": "fb945a13f4a7514a0afcecdfbd4941e2e2d79cf94c8938c89aa8ca1d8cc74fb4"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.10/omnisharp-win-x86.zip",
"hash": "631743a52ebae569e717c829beb0f0f3c48743d896fdb2e5f13da7ec818dd480"
}
},
"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"
}
}
}
}