From 7a26874bfd07996a5b617af1d8b838de87b16665 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 04:47:03 +0000 Subject: [PATCH] clangd: Update to version 15.0.3 --- bucket/clangd.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/clangd.json b/bucket/clangd.json index 07818e417d..892ef798c7 100644 --- a/bucket/clangd.json +++ b/bucket/clangd.json @@ -1,13 +1,13 @@ { - "version": "15.0.1", + "version": "15.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/15.0.1/clangd-windows-15.0.1.zip", - "hash": "b0d9a4a6a7889f66ca303378f2d1b9d6b9dbcaea9ab716d02c6196c9b8f50b9f", - "extract_dir": "clangd_15.0.1" + "url": "https://github.com/clangd/clangd/releases/download/15.0.3/clangd-windows-15.0.3.zip", + "hash": "1748eb301729490c9d7c55f48d8b02d56c1ff8d038ec7fd6e8dc93834642c45a", + "extract_dir": "clangd_15.0.3" } }, "bin": "bin\\clangd.exe",