Skip to content

Commit 3f27ab4

Browse files
committed
Update arduino-builder to 1.3.11
1 parent 36c9419 commit 3f27ab4

9 files changed

+6
-6
lines changed

build/arduino-builder-linux32-1.3.10.tar.bz2.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bd7e378b422312d2564cd94f770569607292a9e4

build/arduino-builder-linux64-1.3.10.tar.bz2.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e48746e807410b4e71ac8bef6d822c7e7ddb0dc2

build/arduino-builder-macosx-1.3.10.tar.bz2.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4f0db525df3e391c818cad56221d428cfc626682

build/arduino-builder-windows-1.3.10.zip.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5b2e4b95adbf4262ee20b1ec9c263c285dd1829c

build/build.xml

+2-2
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.10" />
76+
<property name="ARDUINO-BUILDER-VERSION" value="1.3.11" />
7777

7878
<!-- Libraries required for running arduino -->
7979
<fileset dir=".." id="runtime.jars">
@@ -885,7 +885,7 @@
885885
<copy file="${staging_folder}/arduino-builder-windows/arduino-builder.exe" tofile="windows/work/arduino-builder.exe" />
886886
<chmod perm="755" file="windows/work/arduino-builder.exe" />
887887
<move file="${staging_folder}/arduino-builder-windows/tools" tofile="windows/work/tools-builder"/>
888-
<chmod perm="755" file="windows/work/tools-builder/ctags/5.8-arduino6/ctags.exe" />
888+
<chmod perm="755" file="windows/work/tools-builder/ctags/5.8-arduino7/ctags.exe" />
889889
<copy todir="windows/work/hardware" overwrite="true">
890890
<fileset dir="${staging_folder}/arduino-builder-windows/hardware" includes="*.txt"/>
891891
</copy>

0 commit comments

Comments
 (0)