1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

Update esptool to 0.4.7

This commit is contained in:
Ivan Grokhotkov 2016-02-27 01:47:14 +03:00
parent fbe58b7b14
commit 99d351d661

View File

@ -42,7 +42,7 @@
}, },
{ {
"name": "ESPresso Lite 2.0" "name": "ESPresso Lite 2.0"
}, },
{ {
"name": "SparkFun Thing" "name": "SparkFun Thing"
}, },
@ -72,7 +72,7 @@
{ {
"packager": "esp8266", "packager": "esp8266",
"name": "esptool", "name": "esptool",
"version": "0.4.6" "version": "0.4.7"
}, },
{ {
"packager": "esp8266", "packager": "esp8266",
@ -90,42 +90,42 @@
"tools": [ "tools": [
{ {
"name": "esptool", "name": "esptool",
"version": "0.4.6", "version": "0.4.7",
"systems": [ "systems": [
{ {
"host": "i686-mingw32", "host": "i686-mingw32",
"url": "https://github.com/igrr/esptool-ck/releases/download/0.4.6/esptool-0.4.6-win32.zip", "url": "https://github.com/igrr/esptool-ck/releases/download/0.4.7/esptool-0.4.7-win32.zip",
"archiveFileName": "esptool-0.4.6-win32.zip", "archiveFileName": "esptool-0.4.7-win32.zip",
"checksum": "SHA-256:0248bf78514a3195f583e29218ca7828a66e13c6e5545a078f1c1257033e4927", "checksum": "SHA-256:27f149ab180b5faf597e464aecd4202a48f2a78c2262a79aec0cf09d0d834f96",
"size": "17481" "size": "32195"
}, },
{ {
"host": "x86_64-apple-darwin", "host": "x86_64-apple-darwin",
"url": "https://github.com/igrr/esptool-ck/releases/download/0.4.6/esptool-0.4.6-osx.tar.gz", "url": "https://github.com/igrr/esptool-ck/releases/download/0.4.7/esptool-0.4.7-osx.tar.gz",
"archiveFileName": "esptool-0.4.6-osx.tar.gz", "archiveFileName": "esptool-0.4.7-osx.tar.gz",
"checksum": "SHA-256:0fe87ba7e29ee90a9fc72492aada8c0796f9e8f8a1c594b6b26cee2610d09bb3", "checksum": "SHA-256:a242137d4b173d6843f2584ac0bd9353214fdcf674d7306d5f81defe4d17ba6f",
"size": "20926" "size": "28774"
}, },
{ {
"host": "i386-apple-darwin", "host": "i386-apple-darwin",
"url": "https://github.com/igrr/esptool-ck/releases/download/0.4.6/esptool-0.4.6-osx.tar.gz", "url": "https://github.com/igrr/esptool-ck/releases/download/0.4.7/esptool-0.4.7-osx.tar.gz",
"archiveFileName": "esptool-0.4.6-osx.tar.gz", "archiveFileName": "esptool-0.4.7-osx.tar.gz",
"checksum": "SHA-256:0fe87ba7e29ee90a9fc72492aada8c0796f9e8f8a1c594b6b26cee2610d09bb3", "checksum": "SHA-256:a242137d4b173d6843f2584ac0bd9353214fdcf674d7306d5f81defe4d17ba6f",
"size": "20926" "size": "28774"
}, },
{ {
"host": "x86_64-pc-linux-gnu", "host": "x86_64-pc-linux-gnu",
"url": "https://github.com/igrr/esptool-ck/releases/download/0.4.6/esptool-0.4.6-linux64.tar.gz", "url": "https://github.com/igrr/esptool-ck/releases/download/0.4.7/esptool-0.4.7-linux64.tar.gz",
"archiveFileName": "esptool-0.4.6-linux64.tar.gz", "archiveFileName": "esptool-0.4.7-linux64.tar.gz",
"checksum": "SHA-256:f9f456e9a42bb2597126c513cb8865f923fb978865d4838b9623d322216b74d0", "checksum": "SHA-256:259f6897a9506a90d96acf007148f5087bf281f9bf4b8ff743ea1dd18a1b4152",
"size": "12885" "size": "15469"
}, },
{ {
"host": "i686-pc-linux-gnu", "host": "i686-pc-linux-gnu",
"url": "https://github.com/igrr/esptool-ck/releases/download/0.4.6/esptool-0.4.6-linux32.tar.gz", "url": "https://github.com/igrr/esptool-ck/releases/download/0.4.7/esptool-0.4.7-linux32.tar.gz",
"archiveFileName": "esptool-0.4.6-linux32.tar.gz", "archiveFileName": "esptool-0.4.7-linux32.tar.gz",
"checksum": "SHA-256:85275ca03a82bfc456f5a84e86962ca1e470ea2e168829c38ca29ee668831d93", "checksum": "SHA-256:2e003bc121727057c760bb43e1987636936276c478aefa6c5740a644e7ae5844",
"size": "13417" "size": "15450"
} }
] ]
}, },