clangd: Update to version 15.0.1

This commit is contained in:
github-actions[bot] 2022-09-23 04:58:29 +00:00
parent 191827f951
commit 0179857f4e

View File

@ -1,13 +1,13 @@
{ {
"version": "15.0.0", "version": "15.0.1",
"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/15.0.0/clangd-windows-15.0.0.zip", "url": "https://github.com/clangd/clangd/releases/download/15.0.1/clangd-windows-15.0.1.zip",
"hash": "cf609e2da7e6e211dc16fb21ef9d08cfbc8a36901362c1e79315156581d255dc", "hash": "b0d9a4a6a7889f66ca303378f2d1b9d6b9dbcaea9ab716d02c6196c9b8f50b9f",
"extract_dir": "clangd_15.0.0" "extract_dir": "clangd_15.0.1"
} }
}, },
"bin": "bin\\clangd.exe", "bin": "bin\\clangd.exe",