clangd: Update to version 14.0.0

This commit is contained in:
github-actions[bot] 2022-04-04 12:30:22 +00:00
parent f6ef449f71
commit 8b5d58761b

View File

@ -1,13 +1,13 @@
{ {
"version": "13.0.0", "version": "14.0.0",
"description": "Language server for C/C++, by the LLVM project", "description": "Language server for C/C++, by the LLVM project",
"homepage": "https://clangd.llvm.org/", "homepage": "https://clangd.llvm.org/",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/clangd/clangd/releases/download/13.0.0/clangd-windows-13.0.0.zip", "url": "https://github.com/clangd/clangd/releases/download/14.0.0/clangd-windows-14.0.0.zip",
"hash": "94f1caaaa5cfa18711b411f727afa5fc2d66b5c37946f6757e5135101a1e1dc7", "hash": "1aa747adcb78634fab9556e8d437863c91dc0e01659cc22a358762ac19b35681",
"extract_dir": "clangd_13.0.0" "extract_dir": "clangd_14.0.0"
} }
}, },
"bin": "bin\\clangd.exe", "bin": "bin\\clangd.exe",