|
203 | 203 | "dest": "build"
|
204 | 204 | },
|
205 | 205 | {
|
| 206 | + "only-arches": ["arm"], |
| 207 | + "type": "file", |
| 208 | + "url": "https://downloads.arduino.cc/tools/arduino-builder-linuxarm-1.3.25.tar.bz2", |
| 209 | + "sha256": "3e4f2f1a7b00e50988f4c6c68f50b367da0fdbb9bc491ef0d361b7c52e8c74cb", |
| 210 | + "dest": "build" |
| 211 | + }, |
| 212 | + { |
| 213 | + "only-arches": ["x86_64"], |
206 | 214 | "type": "file",
|
207 | 215 | "url": "https://downloads.arduino.cc/tools/arduino-builder-linux64-1.3.25.tar.bz2",
|
208 | 216 | "sha256": "0e632b3326eb5a74dc8363bf88c139ae6a7c21c10db18d047859f052c405c897",
|
209 | 217 | "dest": "build"
|
210 | 218 | },
|
211 | 219 | {
|
| 220 | + "only-arches": ["arm"], |
| 221 | + "type": "file", |
| 222 | + "url": "https://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-armhf-pc-linux-gnu.tar.bz2", |
| 223 | + "sha256": "ee36009e19bd238d1f6351cbc9aa5db69714761f67dec4c1d69d5d5d7758720c", |
| 224 | + "dest": "build/linux" |
| 225 | + }, |
| 226 | + { |
| 227 | + "only-arches": ["x86_64"], |
212 | 228 | "type": "file",
|
213 | 229 | "url": "https://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-x86_64-pc-linux-gnu.tar.bz2",
|
214 | 230 | "sha256": "19480217f1524d78467b83cd742f503182bbcc76b5440093261f146828aa588c",
|
215 | 231 | "dest": "build/linux"
|
216 | 232 | },
|
217 | 233 | {
|
| 234 | + "only-arches": ["arm"], |
| 235 | + "type": "file", |
| 236 | + "url": "https://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-armhf-pc-linux-gnu.tar.bz2", |
| 237 | + "sha256": "25a6834ae48019fccf37024236a1f79fe21760414292a4f3fa058d937ceee1ce", |
| 238 | + "dest": "build/linux" |
| 239 | + }, |
| 240 | + { |
| 241 | + "only-arches": ["x86_64"], |
218 | 242 | "type": "file",
|
219 | 243 | "url": "https://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-x86_64-pc-linux-gnu.tar.bz2",
|
220 | 244 | "sha256": "c8cccb84e2fe49ee837b24f0a60a99e9c371dae26e84c5b0b22b6b6aab2f1f6a",
|
221 | 245 | "dest": "build/linux"
|
222 | 246 | },
|
223 | 247 | {
|
| 248 | + "only-arches": ["arm"], |
| 249 | + "type": "file", |
| 250 | + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_arm.tar.bz2", |
| 251 | + "sha256": "e4880d83df3d3f6f4b7b7bcde161e80a0556877468803a3c6066ee4ad18a374c", |
| 252 | + "dest": "build/linux" |
| 253 | + }, |
| 254 | + { |
| 255 | + "only-arches": ["x86_64"], |
224 | 256 | "type": "file",
|
225 | 257 | "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_amd64.tar.bz2",
|
226 | 258 | "sha256": "eb5ad0a457dd7f610f7f9b85454399c36755673d61a16f9d07cdfcbbb32ec277",
|
|
0 commit comments