From 0fcee9b2de976f4bdca7ac0d41ce51c6d5f8a850 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 04:33:13 +0000 Subject: [PATCH] clangd: Update to version 13.0.0 --- bucket/clangd.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/clangd.json b/bucket/clangd.json index 9eead5b869..9275b4701a 100644 --- a/bucket/clangd.json +++ b/bucket/clangd.json @@ -1,13 +1,13 @@ { - "version": "12.0.1", + "version": "13.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/12.0.1/clangd-windows-12.0.1.zip", - "hash": "ddcf8695e7a29d05b2d227653dbf8d68daa653d29fe03ae3ed610d288591fb7f", - "extract_dir": "clangd_12.0.1" + "url": "https://github.com/clangd/clangd/releases/download/13.0.0/clangd-windows-13.0.0.zip", + "hash": "94f1caaaa5cfa18711b411f727afa5fc2d66b5c37946f6757e5135101a1e1dc7", + "extract_dir": "clangd_13.0.0" } }, "bin": "bin\\clangd.exe",