1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-12 06:54:24 +01:00

Updated arduino-cli to 0.7.2

This commit is contained in:
Cristian Maglie 2020-01-22 18:00:48 +01:00
parent 2fd0d35a6e
commit 197992c8f5
13 changed files with 8 additions and 8 deletions

View File

@ -1 +0,0 @@
c56c601c079ab515225f6bd38de4e201ae2cda6e

View File

@ -1 +0,0 @@
5d1a4721fb827e2759a114bc2cf9b0c384f1e84e

View File

@ -1 +0,0 @@
3fefbf1657f248efc3d11c16cb53389054935ac4

View File

@ -1 +0,0 @@
76f5ede75caccc870ed9cefd592959d93d3ad0f6

View File

@ -1 +0,0 @@
4f4b92c0707dab4c1e8b2e28d344979eeaaa497a

View File

@ -1 +0,0 @@
479ecad6fc3abdbc51072024cfc33cfc27771200

View File

@ -0,0 +1 @@
89faea4180755d84d0f4f13c340f903022508293

View File

@ -0,0 +1 @@
d656a61496af85b7d330d41b6ddef4defb6f5daa

View File

@ -0,0 +1 @@
e6cbd6bb0550767ea301771cdab3f67b5b475f66

View File

@ -0,0 +1 @@
c942c615ef939bb84770cdea6b0b9482ca114484

View File

@ -0,0 +1 @@
c3942a3abf7edd092a6905ac1be1f04e687879af

View File

@ -0,0 +1 @@
f76546ddeae612dbae07dce32e77dfe7fe9160ec

View File

@ -107,7 +107,7 @@
<property name="portable" value="false" />
<property name="ARDUINO-BUILDER-VERSION" value="1.5.4" />
<property name="ARDUINO-CLI-VERSION" value="0.6.0" />
<property name="ARDUINO-CLI-VERSION" value="0.7.2" />
<property name="LIBLISTSERIAL-VERSION" value="1.4.2-2" />
<property name="AVRGCC-VERSION" value="7.3.0-atmel3.6.1-arduino7" />
<property name="AVRDUDE-VERSION" value="6.3.0-arduino17" />
@ -857,7 +857,7 @@
<delete dir="${staging_folder}/arduino-cli-${platform}" includeemptydirs="true"/>
<mkdir dir="${staging_folder}/arduino-cli-${platform}"/>
<antcall target="untar-native">
<param name="archive_file" value="./arduino-cli_${ARDUINO-CLI-VERSION}_${platform_ext}.tar.bz2" />
<param name="archive_file" value="./arduino-cli_${ARDUINO-CLI-VERSION}_${platform_ext}.tar.gz" />
<param name="archive_url" value="https://downloads.arduino.cc/arduino-cli/arduino-cli_${ARDUINO-CLI-VERSION}_${platform_ext}.tar.gz" />
<param name="final_folder" value="${staging_folder}/arduino-cli-${platform}/arduino-cli" />
<param name="dest_folder" value="${staging_folder}/arduino-cli-${platform}" />