clangd: Update to version 14.0.3

This commit is contained in:
github-actions[bot] 2022-05-06 12:33:14 +00:00
parent 5d621caa9f
commit f101b753c9

View File

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