|
83 | 83 | "sources": [
|
84 | 84 | {
|
85 | 85 | "type": "archive",
|
86 |
| - "url": "https://github.com/arduino/Arduino/releases/download/1.8.13/arduino-1.8.13.tar.xz", |
87 |
| - "sha256": "2b4423acf7a1ddf727de99b165a92bbf7981788dae121dfbcf97e3fad15e28c6" |
| 86 | + "url": "https://github.com/arduino/Arduino/releases/download/1.8.15/arduino-1.8.15.tar.xz", |
| 87 | + "sha256": "2afb18a98652178e948f77720e9897e173d75735eb8f72e4071f13202ba2e938" |
88 | 88 | },
|
89 | 89 | {
|
90 | 90 | "type": "patch",
|
|
114 | 114 | "sha256": "de8a9b982477762d3d3e52fc2b682cdd8ff194dc3f1d46f4debdea6a01b33c14",
|
115 | 115 | "dest": "build"
|
116 | 116 | },
|
| 117 | + { |
| 118 | + "type": "file", |
| 119 | + "url": "https://github.com/arduino/arduino-examples/archive/1.9.1.zip", |
| 120 | + "sha256": "900c4885843c3f650b4f34308ba6d45d7117279de628d810c6ec17dd06213684", |
| 121 | + "dest": "build", |
| 122 | + "dest-filename": "arduino-examples-1.9.1.zip" |
| 123 | + }, |
117 | 124 | {
|
118 | 125 | "type": "file",
|
119 | 126 | "url": "https://github.com/arduino-libraries/Ethernet/archive/2.0.0.zip",
|
|
228 | 235 | },
|
229 | 236 | {
|
230 | 237 | "type": "file",
|
231 |
| - "url": "https://github.com/arduino-libraries/Servo/archive/1.1.6.zip", |
232 |
| - "sha256": "43cbb1196566ef5bb139506ef69312d93d5e26710679982072a315f93b4d33fd", |
| 238 | + "url": "https://github.com/arduino-libraries/Servo/archive/1.1.7.zip", |
| 239 | + "sha256": "c09185ed92ed292428177dd8a5b543a98aa91e2d4e41c3ef20a57498ea12b021", |
233 | 240 | "dest": "build",
|
234 |
| - "dest-filename": "Servo-1.1.6.zip" |
| 241 | + "dest-filename": "Servo-1.1.7.zip" |
235 | 242 | },
|
236 | 243 | {
|
237 | 244 | "type": "file",
|
|
242 | 249 | },
|
243 | 250 | {
|
244 | 251 | "type": "file",
|
245 |
| - "url": "https://github.com/Adafruit/Adafruit_CircuitPlayground/archive/1.10.4.zip", |
246 |
| - "sha256": "d49a9a1d9f24b753bc17187801b66f7824de32fe809f67c9e340ffde6ff98aa4", |
| 252 | + "url": "https://github.com/Adafruit/Adafruit_CircuitPlayground/archive/1.11.3.zip", |
| 253 | + "sha256": "60be19022f459e8fab1bf6c0763c675c88257d99db37a2a95c5a63db705fdcb4", |
247 | 254 | "dest": "build",
|
248 |
| - "dest-filename": "Adafruit_Circuit_Playground-1.10.4.zip" |
| 255 | + "dest-filename": "Adafruit_Circuit_Playground-1.11.3.zip" |
249 | 256 | },
|
250 | 257 | {
|
251 | 258 | "type": "file",
|
252 |
| - "url": "https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.10.10/WiFi101-Updater-ArduinoIDE-Plugin-0.10.10.zip", |
253 |
| - "sha256": "0d70f3aa3cd7dc46cc402fc0a915519e7cf8af6cdc544458c182394d5fc3452f", |
| 259 | + "url": "https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.11.0/WiFi101-Updater-ArduinoIDE-Plugin-0.11.0.zip", |
| 260 | + "sha256": "68ad4ab4423d094b93e94710c07e1af09e9e08762b6ab994c702900787ca1b00", |
254 | 261 | "dest": "build/shared"
|
255 | 262 | },
|
256 | 263 | {
|
|
268 | 275 | {
|
269 | 276 | "only-arches": ["aarch64"],
|
270 | 277 | "type": "file",
|
271 |
| - "url": "https://downloads.arduino.cc/tools/arduino-builder-linuxaarch64-1.5.4.tar.bz2", |
272 |
| - "sha256": "d4d2e6cb70d1d3b0509a4bba2d171ae69366593a0bd235cb8f79d6cf6b286dab", |
| 278 | + "url": "https://downloads.arduino.cc/tools/arduino-builder-linuxaarch64-1.6.1.tar.bz2", |
| 279 | + "sha256": "04b70022f1add0e41f8cdf3b5b568ba4b01072185d147a01a893c27085b21f14", |
273 | 280 | "dest": "build"
|
274 | 281 | },
|
275 | 282 | {
|
276 | 283 | "only-arches": ["x86_64"],
|
277 | 284 | "type": "file",
|
278 |
| - "url": "https://downloads.arduino.cc/tools/arduino-builder-linux64-1.5.4.tar.bz2", |
279 |
| - "sha256": "fa28ddc7a49b02d9e07a87a53f7933821ee1a2ce357c698954f2fedf37e5fbb1", |
| 285 | + "url": "https://downloads.arduino.cc/tools/arduino-builder-linux64-1.6.1.tar.bz2", |
| 286 | + "sha256": "4141ee0beac4e6facc5fcf8191fbb0fb9f5441d2407a47a869977531c87b5171", |
280 | 287 | "dest": "build"
|
281 | 288 | },
|
282 | 289 | {
|
|
0 commit comments