Skip to content

Commit 97622e7

Browse files
authored
fix(package): Fix JSON formatting
1 parent 4de2cae commit 97622e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/package_esp32_index.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@
528528
"systems": [
529529
{
530530
"host": "aarch64-apple-darwin",
531-
"url": https://github.com/earlephilhower/mklittlefs/releases/download/4.0.2/aarch64-apple-darwin-mklittlefs-db0513a.tar.gz",
531+
"url": "https://github.com/earlephilhower/mklittlefs/releases/download/4.0.2/aarch64-apple-darwin-mklittlefs-db0513a.tar.gz",
532532
"archiveFileName": "aarch64-apple-darwin-mklittlefs-db0513a.tar.gz",
533533
"checksum": "SHA-256:9a271456c9caf9129a8881b1d10474dcb15d25ce243dff557fdf4cfaae74f1e4",
534534
"size": "53793"
@@ -614,7 +614,7 @@
614614
"url": "https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-linux32.tar.gz",
615615
"archiveFileName": "mkspiffs-0.2.3-arduino-esp32-linux32.tar.gz",
616616
"checksum": "SHA-256:464463a93e8833209cdc29ba65e1a12fec31718dc10075c195a2445b2c3f6cb0",
617-
https://github.com/earlephilhower/mklittlefs/releases/download/4.0.2/x86_64-linux-gnu-mklittlefs-db0513a.tar.gz "size": "48751"
617+
"size": "48751"
618618
},
619619
{
620620
"host": "arm-linux-gnueabihf",

0 commit comments

Comments
 (0)