From c2f2c18ec154fc202f9bbb7338ec6a4d51f42bee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 00:35:06 +0000 Subject: [PATCH] clangd: Update to version 15.0.0 --- bucket/clangd.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/clangd.json b/bucket/clangd.json index c79ab42ab9..7dbd15340a 100644 --- a/bucket/clangd.json +++ b/bucket/clangd.json @@ -1,13 +1,13 @@ { - "version": "14.0.3", + "version": "15.0.0", "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.3/clangd-windows-14.0.3.zip", - "hash": "c458945838573a958e4dffb1b7da83a0b461cdd71e1a165320d02c8d13b0c7f8", - "extract_dir": "clangd_14.0.3" + "url": "https://github.com/clangd/clangd/releases/download/15.0.0/clangd-windows-15.0.0.zip", + "hash": "cf609e2da7e6e211dc16fb21ef9d08cfbc8a36901362c1e79315156581d255dc", + "extract_dir": "clangd_15.0.0" } }, "bin": "bin\\clangd.exe",