|
398 | 398 |
|
399 | 399 |
|
400 | 400 | <antcall target="untar">
|
401 |
| - <param name="archive_file" value="${staging_folder}/esptool-0.4.4-osx.tar.gz" /> |
402 |
| - <param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.4/esptool-0.4.4-osx.tar.gz" /> |
403 |
| - <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-osx" /> |
| 401 | + <param name="archive_file" value="${staging_folder}/esptool-0.4.5-osx.tar.gz" /> |
| 402 | + <param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.5/esptool-0.4.5-osx.tar.gz" /> |
| 403 | + <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.5-osx" /> |
404 | 404 | <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" />
|
405 | 405 | </antcall>
|
406 |
| - <move file="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-osx/esptool" tofile="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool" /> |
407 |
| - <delete dir="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-osx/" /> |
| 406 | + <move file="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.5-osx/esptool" tofile="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool" /> |
| 407 | + <delete dir="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.5-osx/" /> |
408 | 408 |
|
409 | 409 | </target>
|
410 | 410 |
|
|
673 | 673 | </antcall>
|
674 | 674 |
|
675 | 675 | <antcall target="untar">
|
676 |
| - <param name="archive_file" value="${staging_folder}/esptool-0.4.4-linux64.tar.gz" /> |
677 |
| - <param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.4/esptool-0.4.4-linux64.tar.gz" /> |
678 |
| - <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-linux64" /> |
| 676 | + <param name="archive_file" value="${staging_folder}/esptool-0.4.5-linux64.tar.gz" /> |
| 677 | + <param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.5/esptool-0.4.5-linux64.tar.gz" /> |
| 678 | + <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.5-linux64" /> |
679 | 679 | <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" />
|
680 | 680 | </antcall>
|
681 |
| - <move file="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-linux64/esptool" tofile="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool" /> |
682 |
| - <delete dir="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-linux64/" /> |
| 681 | + <move file="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.5-linux64/esptool" tofile="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool" /> |
| 682 | + <delete dir="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.5-linux64/" /> |
683 | 683 |
|
684 | 684 | </target>
|
685 | 685 |
|
|
928 | 928 |
|
929 | 929 |
|
930 | 930 | <antcall target="unzip">
|
931 |
| - <param name="archive_file" value="${staging_folder}/esptool-0.4.4-win32.zip" /> |
932 |
| - <param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.4/esptool-0.4.4-win32.zip" /> |
933 |
| - <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-win32" /> |
| 931 | + <param name="archive_file" value="${staging_folder}/esptool-0.4.5-win32.zip" /> |
| 932 | + <param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.5/esptool-0.4.5-win32.zip" /> |
| 933 | + <param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.5-win32" /> |
934 | 934 | <param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" />
|
935 | 935 | </antcall>
|
936 |
| - <move file="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-win32/esptool.exe" tofile="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool.exe" /> |
937 |
| - <delete dir="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-win32/" /> |
| 936 | + <move file="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.5-win32/esptool.exe" tofile="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool.exe" /> |
| 937 | + <delete dir="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.5-win32/" /> |
938 | 938 |
|
939 | 939 | </target>
|
940 | 940 |
|
|
0 commit comments