Skip to content

Commit a63d8d0

Browse files
author
Federico Fissore
committed
Temboo library updated to 1.1.3
1 parent a295fbb commit a63d8d0

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

build/Temboo-1.1.2.zip.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/Temboo-1.1.3.zip.sha

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4af55b713e318f534f524b8ad239c1ca2419deaa

build/build.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
</condition>
7373

7474
<property name="ARDUINO-BUILDER-VERSION" value="1.0.0-beta7" />
75+
<property name="TEMBOO-LIB-VERSION" value="1.1.3" />
7576

7677
<!-- Libraries required for running arduino -->
7778
<fileset dir=".." id="runtime.jars">
@@ -193,12 +194,12 @@
193194
</antcall>
194195
<move file="${target.path}/libraries/Firmata-2.4.4" tofile="${target.path}/libraries/Firmata" />
195196
<antcall target="unzip">
196-
<param name="archive_file" value="Temboo-1.1.2.zip" />
197-
<param name="archive_url" value="https://github.com/temboo/Temboo/archive/1.1.2.zip" />
198-
<param name="final_folder" value="${target.path}/libraries/Temboo-1.1.2" />
197+
<param name="archive_file" value="Temboo-${TEMBOO-LIB-VERSION}.zip" />
198+
<param name="archive_url" value="https://github.com/temboo/Temboo/archive/${TEMBOO-LIB-VERSION}.zip" />
199+
<param name="final_folder" value="${target.path}/libraries/Temboo-${TEMBOO-LIB-VERSION}" />
199200
<param name="dest_folder" value="${target.path}/libraries" />
200201
</antcall>
201-
<move file="${target.path}/libraries/Temboo-1.1.2" tofile="${target.path}/libraries/Temboo" />
202+
<move file="${target.path}/libraries/Temboo-${TEMBOO-LIB-VERSION}" tofile="${target.path}/libraries/Temboo" />
202203
</target>
203204

204205
<!-- copy hardware folder -->

0 commit comments

Comments
 (0)