Skip to content

Commit 62398f9

Browse files
committed
update libListSerials to 1.1.0
1 parent 07f97ed commit 62398f9

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

build/build.xml

+13-12
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<property name="portable" value="false" />
7979

8080
<property name="ARDUINO-BUILDER-VERSION" value="1.3.15" />
81+
<property name="LIBLISTSERIAL-VERSION" value="1.1.0" />
8182

8283
<!-- Libraries required for running arduino -->
8384
<fileset dir=".." id="runtime.jars">
@@ -436,12 +437,12 @@
436437
<chmod perm="755" file="macosx/work/${staging_hardware_folder}/../lib/libastylej.dylib" />
437438

438439
<antcall target="unzip">
439-
<param name="archive_file" value="./liblistSerials-1.0.5.zip" />
440-
<param name="archive_url" value="http://downloads.arduino.cc/liblistSerials/liblistSerials-1.0.5.zip" />
441-
<param name="final_folder" value="${staging_folder}/liblistSerials-1.0.5" />
440+
<param name="archive_file" value="./liblistSerials-${LIBLISTSERIAL-VERSION}.zip" />
441+
<param name="archive_url" value="http://downloads.arduino.cc/liblistSerials/liblistSerials-${LIBLISTSERIAL-VERSION}.zip" />
442+
<param name="final_folder" value="${staging_folder}/liblistSerials-${LIBLISTSERIAL-VERSION}" />
442443
<param name="dest_folder" value="${staging_folder}" />
443444
</antcall>
444-
<copy file="macosx/liblistSerials-1.0.5/osx/liblistSerialsj.dylib" todir="macosx/work/${staging_hardware_folder}/../lib/" />
445+
<copy file="macosx/liblistSerials-${LIBLISTSERIAL-VERSION}/osx/liblistSerialsj.dylib" todir="macosx/work/${staging_hardware_folder}/../lib/" />
445446
<chmod perm="755" file="macosx/work/${staging_hardware_folder}/../lib/liblistSerialsj.dylib" />
446447

447448
<delete dir="${staging_folder}/arduino-builder-macosx" includeemptydirs="true"/>
@@ -639,12 +640,12 @@
639640
</antcall>
640641

641642
<antcall target="unzip">
642-
<param name="archive_file" value="./liblistSerials-1.0.5.zip" />
643-
<param name="archive_url" value="http://downloads.arduino.cc/liblistSerials/liblistSerials-1.0.5.zip" />
644-
<param name="final_folder" value="${staging_folder}/liblistSerials-1.0.5" />
643+
<param name="archive_file" value="./liblistSerials-${LIBLISTSERIAL-VERSION}.zip" />
644+
<param name="archive_url" value="http://downloads.arduino.cc/liblistSerials/liblistSerials-${LIBLISTSERIAL-VERSION}.zip" />
645+
<param name="final_folder" value="${staging_folder}/liblistSerials-${LIBLISTSERIAL-VERSION}" />
645646
<param name="dest_folder" value="${staging_folder}" />
646647
</antcall>
647-
<copy file="linux/liblistSerials-1.0.5/linux${arch-bits}/liblistSerialsj.so" todir="linux/work/lib/" />
648+
<copy file="linux/liblistSerials-${LIBLISTSERIAL-VERSION}/linux${arch-bits}/liblistSerialsj.so" todir="linux/work/lib/" />
648649
<chmod perm="755" file="linux/work/lib/liblistSerialsj.so" />
649650

650651
</target>
@@ -908,12 +909,12 @@
908909
<copy file="windows/msvcr100.dll" todir="windows/work" />
909910

910911
<antcall target="unzip">
911-
<param name="archive_file" value="./liblistSerials-1.0.5.zip" />
912-
<param name="archive_url" value="http://downloads.arduino.cc/liblistSerials/liblistSerials-1.0.5.zip" />
913-
<param name="final_folder" value="${staging_folder}/liblistSerials-1.0.5" />
912+
<param name="archive_file" value="./liblistSerials-${LIBLISTSERIAL-VERSION}.zip" />
913+
<param name="archive_url" value="http://downloads.arduino.cc/liblistSerials/liblistSerials-${LIBLISTSERIAL-VERSION}.zip" />
914+
<param name="final_folder" value="${staging_folder}/liblistSerials-${LIBLISTSERIAL-VERSION}" />
914915
<param name="dest_folder" value="${staging_folder}" />
915916
</antcall>
916-
<copy file="windows/liblistSerials-1.0.5/windows/listSerialsj.dll" todir="windows/work/lib/" />
917+
<copy file="windows/liblistSerials-${LIBLISTSERIAL-VERSION}/windows/listSerialsj.dll" todir="windows/work/lib/" />
917918
<chmod perm="755" file="windows/work/lib/listSerialsj.dll" />
918919

919920
<delete dir="${staging_folder}/arduino-builder-windows" includeemptydirs="true"/>

build/liblistSerials-1.0.5.zip.sha

-1
This file was deleted.

build/liblistSerials-1.1.0.zip.sha

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
05e942bc85e46a2b59e01fe1333dd9472e465654

0 commit comments

Comments
 (0)