Skip to content

Commit 06fb38b

Browse files
committed
Update toolchain to support OS X down to 10.6 (#275)
1 parent 877f8ff commit 06fb38b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build/build_board_manager_package.sh

+8-8
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ cat << EOF > package_esp8266com_index.json
8181
},
8282
{
8383
"host":"x86_64-apple-darwin",
84-
"url":"https://github.com/igrr/esptool-ck/releases/download/0.4.4/esptool-0.4.4-osx.tar.gz",
85-
"archiveFileName":"esptool-0.4.4-osx.tar.gz",
86-
"checksum":"SHA-256:bb2a58c3583f9dcb0d3e7611531a0f3a29c21a4a1c442987bb29d07408824dfe",
87-
"size":"12145"
84+
"url":"https://download.esp8266.com/esptool-0.4.4-5-g744c44d-osx.tar.gz",
85+
"archiveFileName":"esptool-0.4.4-5-g744c44d-osx.tar.gz",
86+
"checksum":"SHA-256:d8bc920e046fcc668b31cda63ac5553b4c07a6db12bfd0abc9005fc94628afcb",
87+
"size":"12133"
8888
},
8989
{
9090
"host":"x86_64-pc-linux-gnu",
@@ -115,10 +115,10 @@ cat << EOF > package_esp8266com_index.json
115115
},
116116
{
117117
"host":"x86_64-apple-darwin",
118-
"url":"http://arduino.esp8266.com/osx-xtensa-lx106-elf-gb404fb9.tar.gz",
119-
"archiveFileName":"osx-xtensa-lx106-elf-gb404fb9.tar.gz",
120-
"checksum":"SHA-256:540be2ca32637584463a4a4d04717f6c79c7355e336b8c3578b0947218cf92b9",
121-
"size":"35189446"
118+
"url":"http://arduino.esp8266.com/osx-xtensa-lx106-elf-gb404fb9-2.tar.gz",
119+
"archiveFileName":"osx-xtensa-lx106-elf-gb404fb9-2.tar.gz",
120+
"checksum":"SHA-256:0cf150193997bd1355e0f49d3d49711730035257bc1aee1eaaad619e56b9e4e6",
121+
"size":"35385382"
122122
},
123123
{
124124
"host":"x86_64-pc-linux-gnu",

0 commit comments

Comments
 (0)