From e9c4b84b28f9c2f271324be40fed88c914b9ea53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 00:43:14 +0000 Subject: [PATCH] clangd: Update to version 20.1.8 --- bucket/clangd.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/clangd.json b/bucket/clangd.json index 863ce71b08..8222c38d88 100644 --- a/bucket/clangd.json +++ b/bucket/clangd.json @@ -1,13 +1,13 @@ { - "version": "20.1.0", + "version": "20.1.8", "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/20.1.0/clangd-windows-20.1.0.zip", - "hash": "b1dd6c43522d85030a4b222142709c8691778bd45c2ad896c529eb95f7edfa8a", - "extract_dir": "clangd_20.1.0" + "url": "https://github.com/clangd/clangd/releases/download/20.1.8/clangd-windows-20.1.8.zip", + "hash": "717a0700fc660574647468b3d0b67e46a077d27e4da794d9d0c212add6ba6765", + "extract_dir": "clangd_20.1.8" } }, "bin": "bin\\clangd.exe",