mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 15:11:30 +00:00
xtensa-esp32-elf: Update to version 8_4_0-esp-2021r2-patch3 (#3452)
This commit is contained in:
parent
10925f9813
commit
4e9e88167f
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user