Skip to content

Commit 731a3f4

Browse files
Fix tool urls in package_fri3d_index.template.json
1 parent f119501 commit 731a3f4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package/package_fri3d_index.template.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -519,49 +519,49 @@
519519
"systems": [
520520
{
521521
"host": "x86_64-pc-linux-gnu",
522-
"url": "https://github.com/francisduvivier/arduino-esp32-fri3d/releases/download/2.0.7/esptool-v4.5.1-src.tar.gz",
522+
"url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.7/esptool-v4.5.1-src.tar.gz",
523523
"archiveFileName": "esptool-v4.5.1-src.tar.gz",
524524
"checksum": "SHA-256:aa06831a7d88d8ccde4ea21241e983a08dbdae967290e181658b0d18bffc8f86",
525525
"size": "96922"
526526
},
527527
{
528528
"host": "i686-pc-linux-gnu",
529-
"url": "https://github.com/francisduvivier/arduino-esp32-fri3d/releases/download/2.0.7/esptool-v4.5.1-src.tar.gz",
529+
"url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.7/esptool-v4.5.1-src.tar.gz",
530530
"archiveFileName": "esptool-v4.5.1-src.tar.gz",
531531
"checksum": "SHA-256:aa06831a7d88d8ccde4ea21241e983a08dbdae967290e181658b0d18bffc8f86",
532532
"size": "96922"
533533
},
534534
{
535535
"host": "aarch64-linux-gnu",
536-
"url": "https://github.com/francisduvivier/arduino-esp32-fri3d/releases/download/2.0.7/esptool-v4.5.1-src.tar.gz",
536+
"url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.7/esptool-v4.5.1-src.tar.gz",
537537
"archiveFileName": "esptool-v4.5.1-src.tar.gz",
538538
"checksum": "SHA-256:aa06831a7d88d8ccde4ea21241e983a08dbdae967290e181658b0d18bffc8f86",
539539
"size": "96922"
540540
},
541541
{
542542
"host": "arm-linux-gnueabihf",
543-
"url": "https://github.com/francisduvivier/arduino-esp32-fri3d/releases/download/2.0.7/esptool-v4.5.1-src.tar.gz",
543+
"url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.7/esptool-v4.5.1-src.tar.gz",
544544
"archiveFileName": "esptool-v4.5.1-src.tar.gz",
545545
"checksum": "SHA-256:aa06831a7d88d8ccde4ea21241e983a08dbdae967290e181658b0d18bffc8f86",
546546
"size": "96922"
547547
},
548548
{
549549
"host": "x86_64-apple-darwin",
550-
"url": "https://github.com/francisduvivier/arduino-esp32-fri3d/releases/download/2.0.7/esptool-v4.5.1-macos.tar.gz",
550+
"url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.7/esptool-v4.5.1-macos.tar.gz",
551551
"archiveFileName": "esptool-v4.5.1-macos.tar.gz",
552552
"checksum": "SHA-256:78b52acfd51541ceb97cee893b7d4d49b8ddc284602be8c73ea47e3d849e0956",
553553
"size": "5850888"
554554
},
555555
{
556556
"host": "x86_64-mingw32",
557-
"url": "https://github.com/francisduvivier/arduino-esp32-fri3d/releases/download/2.0.7/esptool-v4.5.1-win64.zip",
557+
"url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.7/esptool-v4.5.1-win64.zip",
558558
"archiveFileName": "esptool-v4.5.1-win64.zip",
559559
"checksum": "SHA-256:64d0c24499d46b80d6bd7a05c98bdacc3455ab6d503cc2a99e35711310216045",
560560
"size": "6638448"
561561
},
562562
{
563563
"host": "i686-mingw32",
564-
"url": "https://github.com/francisduvivier/arduino-esp32-fri3d/releases/download/2.0.7/esptool-v4.5.1-win64.zip",
564+
"url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.7/esptool-v4.5.1-win64.zip",
565565
"archiveFileName": "esptool-v4.5.1-win64.zip",
566566
"checksum": "SHA-256:64d0c24499d46b80d6bd7a05c98bdacc3455ab6d503cc2a99e35711310216045",
567567
"size": "6638448"

0 commit comments

Comments
 (0)