xtensa-esp32-elf: Update to version 8_4_0-esp-2021r2-patch3 (#3452)

This commit is contained in:
tech189 2022-03-28 14:31:10 +01:00 committed by GitHub
parent 10925f9813
commit 4e9e88167f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{
"version": "8_4_0-esp-2021r2",
"version": "8_4_0-esp-2021r2-patch3",
"description": "Toolchain for Xtensa (ESP32) based on GCC",
"homepage": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup-scratch.html",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-win64.zip",
"hash": "c35b7998f7f503e0cb22055d1e279ae14b6b0e09bb3ff3846b17d552ece9c247"
"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-win64.zip",
"hash": "9395315c07de0b9f05c9a6616ba1f05e76ab651053f2f40479163a8e03cfa830"
},
"32bit": {
"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-win32.zip",
"hash": "076a4171bdc33e5ced3952efffb233d70263dfa760e636704050597a9edf61db"
"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-win32.zip",
"hash": "fd147592928ef2d7092ba34b01ecd776fe26ba3d7e3f9b6b215a3b46e981ee2c"
}
},
"extract_dir": "xtensa-esp32-elf",
@ -47,15 +47,23 @@
],
"checkver": {
"url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-tools.html",
"regex": "xtensa-esp32-elf-gcc([\\d_]+-esp-([\\w]+))-win64.zip"
"regex": "xtensa-esp32-elf-gcc([\\d_]+-esp-([\\w-]+))-win64.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-$match2/xtensa-esp32-elf-gcc$version-win64.zip"
"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-$match2/xtensa-esp32-elf-gcc$version-win64.zip",
"hash": {
"url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-tools.html",
"regex": "win64.zip.+\\s.+SHA256: $sha256"
}
},
"32bit": {
"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-$match2/xtensa-esp32-elf-gcc$version-win32.zip"
"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-$match2/xtensa-esp32-elf-gcc$version-win32.zip",
"hash": {
"url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-tools.html",
"regex": "win32.zip.+\\s.+SHA256: $sha256"
}
}
}
}