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:
parent
2fd0d35a6e
commit
197992c8f5
@ -1 +0,0 @@
|
||||
c56c601c079ab515225f6bd38de4e201ae2cda6e
|
@ -1 +0,0 @@
|
||||
5d1a4721fb827e2759a114bc2cf9b0c384f1e84e
|
@ -1 +0,0 @@
|
||||
3fefbf1657f248efc3d11c16cb53389054935ac4
|
@ -1 +0,0 @@
|
||||
76f5ede75caccc870ed9cefd592959d93d3ad0f6
|
@ -1 +0,0 @@
|
||||
4f4b92c0707dab4c1e8b2e28d344979eeaaa497a
|
@ -1 +0,0 @@
|
||||
479ecad6fc3abdbc51072024cfc33cfc27771200
|
1
build/arduino-cli_0.7.2_Linux_32bit.tar.gz.sha
Normal file
1
build/arduino-cli_0.7.2_Linux_32bit.tar.gz.sha
Normal file
@ -0,0 +1 @@
|
||||
89faea4180755d84d0f4f13c340f903022508293
|
1
build/arduino-cli_0.7.2_Linux_64bit.tar.gz.sha
Normal file
1
build/arduino-cli_0.7.2_Linux_64bit.tar.gz.sha
Normal file
@ -0,0 +1 @@
|
||||
d656a61496af85b7d330d41b6ddef4defb6f5daa
|
1
build/arduino-cli_0.7.2_Linux_ARM64.tar.gz.sha
Normal file
1
build/arduino-cli_0.7.2_Linux_ARM64.tar.gz.sha
Normal file
@ -0,0 +1 @@
|
||||
e6cbd6bb0550767ea301771cdab3f67b5b475f66
|
1
build/arduino-cli_0.7.2_Linux_ARMv7.tar.gz.sha
Normal file
1
build/arduino-cli_0.7.2_Linux_ARMv7.tar.gz.sha
Normal file
@ -0,0 +1 @@
|
||||
c942c615ef939bb84770cdea6b0b9482ca114484
|
1
build/arduino-cli_0.7.2_Windows_32bit.zip.sha
Normal file
1
build/arduino-cli_0.7.2_Windows_32bit.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
c3942a3abf7edd092a6905ac1be1f04e687879af
|
1
build/arduino-cli_0.7.2_macOS_64bit.tar.gz.sha
Normal file
1
build/arduino-cli_0.7.2_macOS_64bit.tar.gz.sha
Normal file
@ -0,0 +1 @@
|
||||
f76546ddeae612dbae07dce32e77dfe7fe9160ec
|
@ -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}" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user