Skip to content

Commit

Permalink
update arduino-builder to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins authored and cmaglie committed Jan 23, 2020
1 parent d74e0f5 commit 2d4f8f0
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 7 deletions.
1 change: 0 additions & 1 deletion build/arduino-builder-linux32-1.5.0.tar.bz2.sha

This file was deleted.

1 change: 1 addition & 0 deletions build/arduino-builder-linux32-1.5.1.tar.bz2.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cb8bad95ecfeaa76bd7760fd606a454108dbf928
1 change: 0 additions & 1 deletion build/arduino-builder-linux64-1.5.0.tar.bz2.sha

This file was deleted.

1 change: 1 addition & 0 deletions build/arduino-builder-linux64-1.5.1.tar.bz2.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22781412faecc3d889e0dca0b6375dd331911862
1 change: 0 additions & 1 deletion build/arduino-builder-linuxaarch64-1.5.0.tar.bz2.sha

This file was deleted.

1 change: 1 addition & 0 deletions build/arduino-builder-linuxaarch64-1.5.1.tar.bz2.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8f92e88e9cc05b2659cb5d87f8ac0c7d1cb789ed
1 change: 0 additions & 1 deletion build/arduino-builder-linuxarm-1.5.0.tar.bz2.sha

This file was deleted.

1 change: 1 addition & 0 deletions build/arduino-builder-linuxarm-1.5.1.tar.bz2.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ced8570061218c818e7d889ee418a25404879b7c
1 change: 0 additions & 1 deletion build/arduino-builder-macosx-1.5.0-signed.tar.bz2.sha

This file was deleted.

1 change: 1 addition & 0 deletions build/arduino-builder-macosx-1.5.1-signed.tar.bz2.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c31b99e6415858b4fe606b4eac04b7112bd19f7f
1 change: 0 additions & 1 deletion build/arduino-builder-windows-1.5.0.zip.sha

This file was deleted.

1 change: 1 addition & 0 deletions build/arduino-builder-windows-1.5.1.zip.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a235a031bd727e7303496014f3a9dd5edb85c4b2
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

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

<property name="ARDUINO-BUILDER-VERSION" value="1.5.0" />
<property name="ARDUINO-BUILDER-VERSION" value="1.5.1" />
<property name="LIBLISTSERIAL-VERSION" value="1.4.2-2" />
<property name="AVRGCC-VERSION" value="7.3.0-atmel3.6.1-arduino5" />
<property name="AVRDUDE-VERSION" value="6.3.0-arduino17" />
Expand Down
1 change: 1 addition & 0 deletions build/shared/revisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ARDUINO 1.8.11 2020.01.2x
* FIX: Allow loading of global user-define platform.txt
* FIX: Fixed nil pointer exception on some rare case with multiple libs
* FIX: Print "multiple libraries found for header.h" message only when it really happens
* FIX: Fixed library priorities on some rare circumstances

[hardware]
* updated AVR core to 1.8.2
Expand Down

1 comment on commit 2d4f8f0

@PaulStoffregen
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apple notarization warns "The binary uses an SDK older than the 10.9 SDK" for Contents/Java/arduino-builder.

Ok for now, but will need to be updated for future releases, after Apple starts requiring >= 10.9 SDK for notarization.

Please sign in to comment.