From 6b0c756ebfd6e44acc7d370b6bc20ef4afd8beea Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Thu, 3 Mar 2022 10:56:35 +0700 Subject: [PATCH] tools: update tools.json for Clang 14 Closes https://github.com/espressif/clang-tidy-runner/issues/15 --- tools/tools.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tools/tools.json b/tools/tools.json index ebb4c2c172..447867f8c3 100644 --- a/tools/tools.json +++ b/tools/tools.json @@ -396,26 +396,26 @@ "versions": [ { "linux-amd64": { - "sha256": "d62d9234c702a86ed510777125ee97458204e28877806a73f9de5e41d7b65716", - "size": 102954848, - "url": "https://github.com/espressif/llvm-project/releases/download/esp-12.0.1-20210914/xtensa-esp32-elf-llvm12_0_1-esp-12.0.1-20210914-linux-amd64.tar.xz" + "sha256": "b0148627912dacf4a4cab4596ba9467cb8dd771522ca27b9526bc57b88ff366f", + "size": 125101504, + "url": "https://github.com/espressif/llvm-project/releases/download/esp-14.0.0-20220415/xtensa-esp32-elf-llvm14_0_0-esp-14.0.0-20220415-linux-amd64.tar.xz" }, "macos": { - "sha256": "6e7413e5fa515e403859ecf5301bdcdc3f8bf12c5de9aecaa11e9f17f32b05db", - "size": 89888488, - "url": "https://github.com/espressif/llvm-project/releases/download/esp-12.0.1-20210914/xtensa-esp32-elf-llvm12_0_1-esp-12.0.1-20210914-macos.tar.xz" + "sha256": "1a78c598825ef168c0c5668aff7848825a7b9d014bffd1f2f2484ceea9df3841", + "size": 107100188, + "url": "https://github.com/espressif/llvm-project/releases/download/esp-14.0.0-20220415/xtensa-esp32-elf-llvm14_0_0-esp-14.0.0-20220415-macos.tar.xz" }, "macos-arm64": { - "sha256": "6e7413e5fa515e403859ecf5301bdcdc3f8bf12c5de9aecaa11e9f17f32b05db", - "size": 89888488, - "url": "https://github.com/espressif/llvm-project/releases/download/esp-12.0.1-20210914/xtensa-esp32-elf-llvm12_0_1-esp-12.0.1-20210914-macos.tar.xz" + "sha256": "1a78c598825ef168c0c5668aff7848825a7b9d014bffd1f2f2484ceea9df3841", + "size": 107100188, + "url": "https://github.com/espressif/llvm-project/releases/download/esp-14.0.0-20220415/xtensa-esp32-elf-llvm14_0_0-esp-14.0.0-20220415-macos.tar.xz" }, - "name": "12.0.1-d9341b81fc", + "name": "14.0.0-38679f0333", "status": "recommended", "win64": { - "sha256": "e056366959c722367e4144076c5383bd417ea199db5658bb7bb6c95b9aca014b", - "size": 177903504, - "url": "https://github.com/espressif/llvm-project/releases/download/esp-12.0.1-20210914/xtensa-esp32-elf-llvm12_0_1-esp-12.0.1-20210914-win64.zip" + "sha256": "793e7bd9c40fcb9a4fababaaccf3e4c5b8d9554d406af1b1fbee51806bf8c5dd", + "size": 174294128, + "url": "https://github.com/espressif/llvm-project/releases/download/esp-14.0.0-20220415/xtensa-esp32-elf-llvm14_0_0-esp-14.0.0-20220415-win64.zip" } } ]