From f41949d06fa068030aaf89d292e38e4ba6eaf136 Mon Sep 17 00:00:00 2001 From: Alexey Lapshin Date: Tue, 4 Jun 2024 12:47:18 +0400 Subject: [PATCH] fix(tools): hotfix for xtensa toolchain (8dot3 naming in windows) --- tools/tools.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/tools.json b/tools/tools.json index fff8a20cdc..bcca988ce1 100644 --- a/tools/tools.json +++ b/tools/tools.json @@ -217,14 +217,14 @@ "name": "esp-13.2.0_20240530", "status": "recommended", "win32": { - "sha256": "06e43d202e4daccf899ed57dbebb777062637f2a7e3167dffe1a5ce53fe78b79", - "size": 268719971, - "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20240530/xtensa-esp-elf-13.2.0_20240530-i686-w64-mingw32.zip" + "sha256": "d6b227c50e3c8e21d62502b3140e5ab74a4cb502c2b4169c36238b9858a8fb88", + "size": 266042967, + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20240530/xtensa-esp-elf-13.2.0_20240530-i686-w64-mingw32_hotfix.zip" }, "win64": { - "sha256": "fad96cffef900b4898bc89d5a11c16c581bddb88f25fc83eccbbc126cd9a4f41", - "size": 272523365, - "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20240530/xtensa-esp-elf-13.2.0_20240530-x86_64-w64-mingw32.zip" + "sha256": "155ee97b531236e6a7c763395c68ca793e55e74d2cb4d38a23057a153e01e7d0", + "size": 269831985, + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20240530/xtensa-esp-elf-13.2.0_20240530-x86_64-w64-mingw32_hotfix.zip" } } ]