From 6d35cf0f1bd7d4db2ba8ec9b97b78246779c3c59 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Wed, 8 Dec 2021 02:11:35 +0100 Subject: [PATCH] tools: upgrade idf_exe to 1.0.3 https://github.com/espressif/idf_py_exe_tool/releases/tag/v1.0.3 --- tools/tools.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tools/tools.json b/tools/tools.json index cd6dcc65d2..3a97269333 100644 --- a/tools/tools.json +++ b/tools/tools.json @@ -639,7 +639,7 @@ ] ], "export_vars": {}, - "info_url": "https://github.com/espressif/esp-idf/tree/master/tools/windows/idf_exe", + "info_url": "https://github.com/espressif/idf_py_exe_tool", "install": "never", "license": "Apache-2.0", "name": "idf-exe", @@ -659,20 +659,20 @@ "idf.py.exe", "-v" ], - "version_regex": "([0-9.]+)", + "version_regex": "v([0-9.]+)", "versions": [ { - "name": "1.0.2", + "name": "1.0.3", "status": "recommended", "win32": { - "sha256": "93d45466cd2c86231f0693a60f68833db7bc63da17e876b2a64298a8869b916f", - "size": 7223, - "url": "https://dl.espressif.com/dl/idf-exe-v1.0.2.zip" + "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755", + "size": 73562, + "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip" }, "win64": { - "sha256": "93d45466cd2c86231f0693a60f68833db7bc63da17e876b2a64298a8869b916f", - "size": 7223, - "url": "https://dl.espressif.com/dl/idf-exe-v1.0.2.zip" + "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755", + "size": 73562, + "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip" } } ]