From f101b753c946608eebaed370fb4491cad8689cf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 12:33:14 +0000 Subject: [PATCH] clangd: Update to version 14.0.3 --- bucket/clangd.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/clangd.json b/bucket/clangd.json index 19703fdc96..c79ab42ab9 100644 --- a/bucket/clangd.json +++ b/bucket/clangd.json @@ -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",