Skip to content

Commit d19ee30

Browse files
jenkinscmaglie
jenkins
authored andcommitted
update arduino-builder to 1.5.2
1 parent 8793a6d commit d19ee30

13 files changed

+8
-8
lines changed

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

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

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

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

build/arduino-builder-linuxaarch64-1.5.1.tar.bz2.sha

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

build/arduino-builder-linuxarm-1.5.1.tar.bz2.sha

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

build/arduino-builder-macosx-1.5.1-signed-2.tar.bz2.sha

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

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

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

build/build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999

100100
<property name="portable" value="false" />
101101

102-
<property name="ARDUINO-BUILDER-VERSION" value="1.5.1" />
102+
<property name="ARDUINO-BUILDER-VERSION" value="1.5.2" />
103103
<property name="LIBLISTSERIAL-VERSION" value="1.4.2-2" />
104104
<property name="AVRGCC-VERSION" value="7.3.0-atmel3.6.1-arduino5" />
105105
<property name="AVRDUDE-VERSION" value="6.3.0-arduino17" />
@@ -487,7 +487,7 @@
487487
<copy file="macosx/liblistSerials-${LIBLISTSERIAL-VERSION}/osx/liblistSerialsj.dylib" todir="macosx/work/${staging_hardware_folder}/../lib/" />
488488
<chmod perm="755" file="macosx/work/${staging_hardware_folder}/../lib/liblistSerialsj.dylib" />
489489

490-
<property name="ARDUINO-BUILDER-EXTRA-VERSION" value="-signed-2" />
490+
<property name="ARDUINO-BUILDER-EXTRA-VERSION" value="-signed" />
491491
<antcall target="build-arduino-builder" />
492492

493493
<antcall target="portable-${portable}">

0 commit comments

Comments
 (0)