Skip to content

Commit 60ba866

Browse files
committedMar 8, 2016
update arduino-builder to 1.3.13
1 parent 31187cb commit 60ba866

10 files changed

+7
-6
lines changed
 
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e899d2a71c115bfe8f73d082d27951feef964d43

‎build/arduino-builder-linux32-1.3.11.tar.bz2.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b74cdcdc3056ce130e72b5f7b3812958b6e7b690

‎build/arduino-builder-linux64-1.3.11.tar.bz2.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d151d4111fd1a8127f27b276787c13a0dd98549e

‎build/arduino-builder-macosx-1.3.11.tar.bz2.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c92710bf6f124a6af0bcf280da699ea0a1727897

‎build/arduino-builder-windows-1.3.11.zip.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ef802468ff5e196231c2599a0b5f2f2dd41c61a3

‎build/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
<property name="portable" value="false" />
7575

76-
<property name="ARDUINO-BUILDER-VERSION" value="1.3.11" />
76+
<property name="ARDUINO-BUILDER-VERSION" value="1.3.13" />
7777

7878
<!-- Libraries required for running arduino -->
7979
<fileset dir=".." id="runtime.jars">
@@ -923,7 +923,7 @@
923923
<copy file="${staging_folder}/arduino-builder-windows/arduino-builder.exe" tofile="windows/work/arduino-builder.exe" />
924924
<chmod perm="755" file="windows/work/arduino-builder.exe" />
925925
<move file="${staging_folder}/arduino-builder-windows/tools" tofile="windows/work/tools-builder"/>
926-
<chmod perm="755" file="windows/work/tools-builder/ctags/5.8-arduino7/ctags.exe" />
926+
<chmod perm="755" file="windows/work/tools-builder/ctags/5.8-arduino9/ctags.exe" />
927927
<copy todir="windows/work/hardware" overwrite="true">
928928
<fileset dir="${staging_folder}/arduino-builder-windows/hardware" includes="*.txt"/>
929929
</copy>

0 commit comments

Comments
 (0)
Please sign in to comment.