1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00

Add missing tools checksums

This commit is contained in:
Martino Facchin 2018-06-04 12:42:54 +00:00
parent 6080907ba3
commit b99d55ba92
10 changed files with 10 additions and 5 deletions

View File

@ -60,6 +60,8 @@ public abstract class HostDependentDownloadableContribution extends Downloadable
// Debian 7.9 on BBB: "arm-linux-gnueabihf"
// Raspbian on PI Zero: "arm-linux-gnueabihf"
return host.matches("arm.*-linux-gnueabihf");
} else if (osArch.contains("aarch64")) {
return host.matches("aarch64.*-linux-gnu*");
} else if (osArch.contains("amd64")) {
return host.matches("x86_64-.*linux-gnu");
} else {

View File

@ -0,0 +1 @@
8daedfa3cd5571f2df24639952ff041da9852360

View File

@ -95,7 +95,7 @@
<property name="portable" value="false" />
<property name="ARDUINO-BUILDER-VERSION" value="1.4.0" />
<property name="LIBLISTSERIAL-VERSION" value="1.4.0" />
<property name="LIBLISTSERIAL-VERSION" value="1.4.1" />
<property name="AVRGCC-VERSION" value="5.4.0-atmel3.6.1-arduino2" />
<property name="AVRDUDE-VERSION" value="6.3.0-arduino14" />
<property name="AVRCORE-VERSION" value="1.6.22" />
@ -731,7 +731,7 @@
</antcall>
<antcall target="unzip">
<param name="archive_file" value="./liblistSerials-${LIBLISTSERIAL-VERSION}-2.zip" />
<param name="archive_file" value="./liblistSerials-${LIBLISTSERIAL-VERSION}.zip" />
<param name="archive_url" value="https://downloads.arduino.cc/liblistSerials/liblistSerials-${LIBLISTSERIAL-VERSION}.zip" />
<param name="final_folder" value="${staging_folder}/liblistSerials-${LIBLISTSERIAL-VERSION}" />
<param name="dest_folder" value="${staging_folder}" />

View File

@ -1 +0,0 @@
948f14cd445429e252d2a9cd3451c79e0d9c468a

View File

@ -1 +1 @@
821c2b8c7560f9ff934b052e2b26eaeca05ea28f
5ececb9bf18622f1ab61cd5cf9751ee0556a77e9

View File

@ -1 +0,0 @@
abec9fe7b7dfb5ae5bf5eb0bd883ef9f6ad7a7eb

View File

@ -0,0 +1 @@
b9de6fb3b4a9828bf200051e7eac093225fd52c9

View File

@ -0,0 +1 @@
6c6b568c7aac03a08f633c92569fb77e807c8d34

View File

@ -0,0 +1 @@
c516f845e0f673a408bb93224cb4366f3d3e1284

View File

@ -0,0 +1 @@
ae9ce82d51e3d568eca7f6594c28c863dc39fbf1