From 79f2e68bc0fd500411d89a61ee403fe100768675 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 9 Oct 2020 18:39:40 +0200 Subject: [PATCH] tools: update idf_exe to 1.0.2 to fix path quoting issue --- tools/tools.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/tools.json b/tools/tools.json index ebae20362c..8ec0c2d620 100644 --- a/tools/tools.json +++ b/tools/tools.json @@ -625,17 +625,17 @@ "version_regex": "([0-9.]+)", "versions": [ { - "name": "1.0.1", + "name": "1.0.2", "status": "recommended", "win32": { - "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a", - "size": 11297, - "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip" + "sha256": "93d45466cd2c86231f0693a60f68833db7bc63da17e876b2a64298a8869b916f", + "size": 7223, + "url": "https://dl.espressif.com/dl/idf-exe-v1.0.2.zip" }, "win64": { - "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a", - "size": 11297, - "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip" + "sha256": "93d45466cd2c86231f0693a60f68833db7bc63da17e876b2a64298a8869b916f", + "size": 7223, + "url": "https://dl.espressif.com/dl/idf-exe-v1.0.2.zip" } } ]