Skip to content

Commit 9421e1c

Browse files
author
Federico Fissore
committed
Updating arduino-builder to 1.0.0-beta12
1 parent 6cfd50e commit 9421e1c

10 files changed

+6
-6
lines changed

arduino-core/src/cc/arduino/Compiler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class Compiler implements MessageConsumer {
7272
tr("WARNING: library {0} claims to run on {1} architecture(s) and may be incompatible with your current board which runs on {2} architecture(s).");
7373
tr("Looking for recipes like {0}*{1}");
7474
tr("Board {0}:{1}:{2} doesn''t define a ''build.board'' preference. Auto-set to: {3}");
75-
tr("Third-party platform.txt does not define compiler.path. Please report this to the third-party hardware maintainer.");
75+
tr("Third-party platform.txt (package '{0}' platform '{1}') does not define compiler.path. Please report this to the third-party hardware maintainer.");
7676
tr("Selected board depends on '{0}' core (not installed).");
7777
tr("{0} must be a folder");
7878
tr("{0}: Unknown package");

build/arduino-builder-linux32-1.0.0-beta11.tar.bz2.sha

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

build/arduino-builder-linux64-1.0.0-beta11.tar.bz2.sha

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

build/arduino-builder-macosx-1.0.0-beta11.tar.bz2.sha

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

build/arduino-builder-windows-1.0.0-beta11.zip.sha

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

build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</or>
7272
</condition>
7373

74-
<property name="ARDUINO-BUILDER-VERSION" value="1.0.0-beta11" />
74+
<property name="ARDUINO-BUILDER-VERSION" value="1.0.0-beta12" />
7575

7676
<!-- Libraries required for running arduino -->
7777
<fileset dir=".." id="runtime.jars">

0 commit comments

Comments
 (0)