Skip to content

Commit

Permalink
Fix wrong filesize of esptool mac archive
Browse files Browse the repository at this point in the history
  • Loading branch information
filipbudisa committed Apr 7, 2022
1 parent 38201c9 commit 52d234a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package_circuitmess.com_esp32_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"url": "https://dl.espressif.com/dl/esptool-3.0.0.2-macos.tar.gz",
"archiveFileName": "esptool-3.0.0.2-macos.tar.gz",
"checksum": "SHA-256:2cafab7f1ebce89475b84c115548eaace40b6366d7b3f9862cdb2fc64f806643",
"size": "3849615"
"size": "3859642"
},
{
"host": "x86_64-pc-linux-gnu",
Expand Down
2 changes: 1 addition & 1 deletion package_circuitmess.com_esp8266_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"url": "https://dl.espressif.com/dl/esptool-3.0.0.2-macos.tar.gz",
"archiveFileName": "esptool-3.0.0.2-macos.tar.gz",
"checksum": "SHA-256:2cafab7f1ebce89475b84c115548eaace40b6366d7b3f9862cdb2fc64f806643",
"size": "3849615"
"size": "3859642"
},
{
"host": "x86_64-pc-linux-gnu",
Expand Down

0 comments on commit 52d234a

Please sign in to comment.