|
1 | 1 | {
|
2 | 2 | "app-id": "cc.arduino.arduinoide",
|
3 | 3 | "runtime": "org.freedesktop.Platform",
|
4 |
| - "runtime-version": "18.08", |
| 4 | + "runtime-version": "19.08", |
5 | 5 | "sdk": "org.freedesktop.Sdk",
|
6 | 6 | "sdk-extensions": [
|
7 |
| - "org.freedesktop.Sdk.Extension.openjdk10" |
| 7 | + "org.freedesktop.Sdk.Extension.openjdk11" |
8 | 8 | ],
|
9 | 9 | "rename-icon": "arduino",
|
10 | 10 | "build-options": {
|
|
33 | 33 | "name": "openjdk",
|
34 | 34 | "buildsystem": "simple",
|
35 | 35 | "build-commands": [
|
36 |
| - "/usr/lib/sdk/openjdk10/install.sh" |
| 36 | + "/usr/lib/sdk/openjdk11/install.sh" |
37 | 37 | ]
|
38 | 38 | },
|
39 | 39 | {
|
40 | 40 | "name": "arduino",
|
41 | 41 | "buildsystem": "simple",
|
42 | 42 | "build-options": {
|
43 | 43 | "env": {
|
44 |
| - "PATH": "/usr/bin:/usr/lib/sdk/openjdk10/jvm/openjdk-10/bin", |
45 |
| - "JAVA_HOME": "/usr/lib/sdk/openjdk10/jvm/openjdk-10" |
| 44 | + "PATH": "/usr/bin:/usr/lib/sdk/openjdk11/jvm/openjdk-11/bin", |
| 45 | + "JAVA_HOME": "/usr/lib/sdk/openjdk11/jvm/openjdk-11" |
46 | 46 | }
|
47 | 47 | },
|
48 | 48 | "build-commands": [
|
|
62 | 62 | "sources": [
|
63 | 63 | {
|
64 | 64 | "type": "archive",
|
65 |
| - "url": "https://github.com/arduino/Arduino/releases/download/1.8.5/Arduino-1.8.5.tar.xz", |
66 |
| - "sha256": "f4c98433d65e78ab01ec8efa64a0fc66dc5877d96eaf89733f965b1f9246ee32" |
| 65 | + "url": "https://github.com/arduino/Arduino/releases/download/1.8.11/arduino-1.8.11.tar.xz", |
| 66 | + "sha256": "969ef35bd8390a06783a34ae20e9829e1660f20e7e0a1a42037f4b86deb64ea9" |
67 | 67 | },
|
68 | 68 | {
|
69 | 69 | "type": "patch",
|
|
89 | 89 | },
|
90 | 90 | {
|
91 | 91 | "type": "file",
|
92 |
| - "url": "https://github.com/arduino-libraries/Firmata/archive/2.5.6.zip", |
93 |
| - "sha256": "64bac00238ae71dfa1795f6f84c36b2026849d9c4cd447db03663fda2e69ed84", |
| 92 | + "url": "https://downloads.arduino.cc/cores/avr-1.8.2.tar.bz2", |
| 93 | + "sha256": "6213d41c6e91a75ac931527da5b10f2dbe0140c8cc1dd41b06cd4e78b943f41b", |
| 94 | + "dest": "build" |
| 95 | + }, |
| 96 | + { |
| 97 | + "type": "file", |
| 98 | + "url": "https://github.com/arduino-libraries/Ethernet/archive/2.0.0.zip", |
| 99 | + "sha256": "a8a650774a613f6eaeae49e2b32f003e42b65be4adc479944b9d071b98214d41", |
| 100 | + "dest": "build", |
| 101 | + "dest-filename": "Ethernet-2.0.0.zip" |
| 102 | + |
| 103 | + }, |
| 104 | + { |
| 105 | + "type": "file", |
| 106 | + "url": "https://github.com/arduino-libraries/GSM/archive/1.0.6.zip", |
| 107 | + "sha256": "737187d301a6d6eade181488106d3826f6466a926f570fa1d5dfb303729fb1ce", |
| 108 | + "dest": "build", |
| 109 | + "dest-filename": "GSM-1.0.6.zip" |
| 110 | + }, |
| 111 | + { |
| 112 | + "type": "file", |
| 113 | + "url": "https://github.com/arduino-libraries/Stepper/archive/1.1.3.zip", |
| 114 | + "sha256": "9bdc308d1b4a0bafde01123c80aa25458bc6bd22609fd3d13f50ae0aeb32dbcf", |
| 115 | + "dest": "build", |
| 116 | + "dest-filename": "Stepper-1.1.3.zip" |
| 117 | + }, |
| 118 | + { |
| 119 | + "type": "file", |
| 120 | + "url": "https://github.com/arduino-libraries/TFT/archive/1.0.6.zip", |
| 121 | + "sha256": "bcc8e2a0ec6add55ca13ccca801331c3c090f3d4c46fd0b34545ed0cc7edc9b4", |
| 122 | + "dest": "build", |
| 123 | + "dest-filename": "TFT-1.0.6.zip" |
| 124 | + }, |
| 125 | + { |
| 126 | + "type": "file", |
| 127 | + "url": "https://github.com/arduino-libraries/WiFi/archive/1.2.7.zip", |
| 128 | + "sha256": "c61d68237742a39b7d5843496749e123c6721083bd002bcbdd118a630416b2ba", |
| 129 | + "dest": "build", |
| 130 | + "dest-filename": "WiFi-1.2.7.zip" |
| 131 | + }, |
| 132 | + { |
| 133 | + "type": "file", |
| 134 | + "url": "https://github.com/firmata/arduino/archive/2.5.8.zip", |
| 135 | + "sha256": "429cdb6f0a4c6b8cadb2d3a3ecb6a50cb083833454332827f67abac26dc6b44a", |
94 | 136 | "dest": "build",
|
95 |
| - "dest-filename": "Firmata-2.5.6.zip" |
| 137 | + "dest-filename": "Firmata-2.5.8.zip" |
96 | 138 | },
|
97 | 139 | {
|
98 | 140 | "type": "file",
|
99 |
| - "url": "https://github.com/arduino-libraries/Bridge/archive/1.6.3.zip", |
100 |
| - "sha256": "b2d652f70dd44a6cbebfcc3b470f51dc27a85fcda4c3752c7b6b98ff272f0ad2", |
| 141 | + "url": "https://github.com/arduino-libraries/Bridge/archive/1.7.0.zip", |
| 142 | + "sha256": "4823cca4e0a60311c0a5bb75a8bced780a99987ccd86f91926559e23ab58f6e2", |
101 | 143 | "dest": "build",
|
102 |
| - "dest-filename": "Bridge-1.6.3.zip" |
| 144 | + "dest-filename": "Bridge-1.7.0.zip" |
103 | 145 | },
|
104 | 146 | {
|
105 | 147 | "type": "file",
|
|
124 | 166 | },
|
125 | 167 | {
|
126 | 168 | "type": "file",
|
127 |
| - "url": "https://github.com/arduino-libraries/SpacebrewYun/archive/1.0.1.zip", |
128 |
| - "sha256": "20e9d17b08413fc5412fa2549a112b088b92371bcd7450337dcb18fe69f546ff", |
| 169 | + "url": "https://github.com/arduino-libraries/SpacebrewYun/archive/1.0.2.zip", |
| 170 | + "sha256": "48cf66b677dc1ce03643a6bdd222f9be6d86081c29d6dda870108bd075ad1ab5", |
129 | 171 | "dest": "build",
|
130 |
| - "dest-filename": "SpacebrewYun-1.0.1.zip" |
| 172 | + "dest-filename": "SpacebrewYun-1.0.2.zip" |
131 | 173 | },
|
132 | 174 | {
|
133 | 175 | "type": "file",
|
|
152 | 194 | },
|
153 | 195 | {
|
154 | 196 | "type": "file",
|
155 |
| - "url": "https://github.com/arduino-libraries/Keyboard/archive/1.0.1.zip", |
156 |
| - "sha256": "4c69b1b102547c64570ba2a1b3bf5fb4b5353237d0ca7fdf062b2f09ff38fbea", |
| 197 | + "url": "https://github.com/arduino-libraries/Keyboard/archive/1.0.2.zip", |
| 198 | + "sha256": "a34c261f4746d658647e5632e4bae8641d8055ed354f820f5aeec4904b92ce9f", |
157 | 199 | "dest": "build",
|
158 |
| - "dest-filename": "Keyboard-1.0.1.zip" |
| 200 | + "dest-filename": "Keyboard-1.0.2.zip" |
159 | 201 | },
|
160 | 202 | {
|
161 | 203 | "type": "file",
|
162 |
| - "url": "https://github.com/arduino-libraries/SD/archive/1.1.1.zip", |
163 |
| - "sha256": "f61011d6f6ca4d8cb709c3e48871a516484425cbda722274b8b6747f1c9b4c59", |
| 204 | + "url": "https://github.com/arduino-libraries/SD/archive/1.2.4.zip", |
| 205 | + "sha256": "df0d17e201600fcdcf2ae9bbd76d2919125d9afc1c73934cd799619bfa4d6f88", |
164 | 206 | "dest": "build",
|
165 |
| - "dest-filename": "SD-1.1.1.zip" |
| 207 | + "dest-filename": "SD-1.2.4.zip" |
166 | 208 | },
|
167 | 209 | {
|
168 | 210 | "type": "file",
|
169 |
| - "url": "https://github.com/arduino-libraries/Servo/archive/1.1.2.zip", |
170 |
| - "sha256": "871e82817a609fbbfc79c3752e87dedb8b81ffd71365502d2f82f48c07426192", |
| 211 | + "url": "https://github.com/arduino-libraries/Servo/archive/1.1.6.zip", |
| 212 | + "sha256": "43cbb1196566ef5bb139506ef69312d93d5e26710679982072a315f93b4d33fd", |
171 | 213 | "dest": "build",
|
172 |
| - "dest-filename": "Servo-1.1.2.zip" |
| 214 | + "dest-filename": "Servo-1.1.6.zip" |
173 | 215 | },
|
174 | 216 | {
|
175 | 217 | "type": "file",
|
|
180 | 222 | },
|
181 | 223 | {
|
182 | 224 | "type": "file",
|
183 |
| - "url": "https://github.com/Adafruit/Adafruit_CircuitPlayground/archive/1.6.8.zip", |
184 |
| - "sha256": "81c832340ace9e1f2c4a09d820dc3db6346cf4209ab2e7c346fd7915fb31a67e", |
| 225 | + "url": "https://github.com/Adafruit/Adafruit_CircuitPlayground/archive/1.10.4.zip", |
| 226 | + "sha256": "d49a9a1d9f24b753bc17187801b66f7824de32fe809f67c9e340ffde6ff98aa4", |
185 | 227 | "dest": "build",
|
186 |
| - "dest-filename": "Adafruit_CircuitPlayground-1.6.8.zip" |
| 228 | + "dest-filename": "Adafruit_Circuit_Playground-1.10.4.zip" |
187 | 229 | },
|
188 | 230 | {
|
189 | 231 | "type": "file",
|
190 |
| - "url": "https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.9.1/WiFi101-Updater-ArduinoIDE-Plugin-0.9.1.zip", |
191 |
| - "sha256": "e4e09b4cbd45406fe3d2833daa021b113b835523bde1cdaaa2e6b6f0d1fdf996", |
| 232 | + "url": "https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.10.10/WiFi101-Updater-ArduinoIDE-Plugin-0.10.10.zip", |
| 233 | + "sha256": "0d70f3aa3cd7dc46cc402fc0a915519e7cf8af6cdc544458c182394d5fc3452f", |
192 | 234 | "dest": "build/shared"
|
193 | 235 | },
|
194 | 236 | {
|
195 | 237 | "type": "file",
|
196 |
| - "url": "https://downloads.arduino.cc/libastylej-2.05.1-3.zip", |
197 |
| - "sha256": "46f54a503edd7dcb698d6b03deb40cf6aa16a468c5ef2072d1b403da98f03d28", |
| 238 | + "url": "https://downloads.arduino.cc/libastylej-2.05.1-5.zip", |
| 239 | + "sha256": "def22874099c28d482720ee2a444ec4709f0980bae41f3ebb6033bbc79beb486", |
198 | 240 | "dest": "build"
|
199 | 241 | },
|
200 | 242 | {
|
201 | 243 | "type": "file",
|
202 |
| - "url": "https://downloads.arduino.cc/liblistSerials/liblistSerials-1.4.0.zip", |
203 |
| - "sha256": "dbffa2bfb69e03151345567233392b283717a36ccb4df8ed1fd8ead3fd723589", |
| 244 | + "url": "https://downloads.arduino.cc/liblistSerials/liblistSerials-1.4.2-2.zip", |
| 245 | + "sha256": "a338d470822de19bd971bd7a71d43f5273ba082baa9236be28c44b47c3e51f6b", |
204 | 246 | "dest": "build"
|
205 | 247 | },
|
206 | 248 | {
|
207 | 249 | "only-arches": ["arm"],
|
208 | 250 | "type": "file",
|
209 |
| - "url": "https://downloads.arduino.cc/tools/arduino-builder-linuxarm-1.3.25.tar.bz2", |
210 |
| - "sha256": "3e4f2f1a7b00e50988f4c6c68f50b367da0fdbb9bc491ef0d361b7c52e8c74cb", |
| 251 | + "url": "https://downloads.arduino.cc/tools/arduino-builder-linuxarm-1.5.1.tar.bz2", |
| 252 | + "sha256": "f3d1b5ef469012ef604bdba0c1bdf6d403ca6488555bbfbaf125e8991d6e7ee2", |
211 | 253 | "dest": "build"
|
212 | 254 | },
|
213 | 255 | {
|
214 | 256 | "only-arches": ["x86_64"],
|
215 | 257 | "type": "file",
|
216 |
| - "url": "https://downloads.arduino.cc/tools/arduino-builder-linux64-1.3.25.tar.bz2", |
217 |
| - "sha256": "0e632b3326eb5a74dc8363bf88c139ae6a7c21c10db18d047859f052c405c897", |
| 258 | + "url": "https://downloads.arduino.cc/tools/arduino-builder-linux64-1.5.1.tar.bz2", |
| 259 | + "sha256": "f7cb9f737a34c33e8d825c5152642d3b6f515b3180dcb471373c00283034c00e", |
218 | 260 | "dest": "build"
|
219 | 261 | },
|
220 | 262 | {
|
221 | 263 | "only-arches": ["arm"],
|
222 | 264 | "type": "file",
|
223 |
| - "url": "https://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-armhf-pc-linux-gnu.tar.bz2", |
224 |
| - "sha256": "ee36009e19bd238d1f6351cbc9aa5db69714761f67dec4c1d69d5d5d7758720c", |
| 265 | + "url": "https://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino5-arm-linux-gnueabihf.tar.bz2", |
| 266 | + "sha256": "f4acd5531c6b82c715e2edfa0aadb13fb718b4095b3ea1aa1f7fbde680069639", |
225 | 267 | "dest": "build/linux"
|
226 | 268 | },
|
227 | 269 | {
|
228 | 270 | "only-arches": ["x86_64"],
|
229 | 271 | "type": "file",
|
230 |
| - "url": "https://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-x86_64-pc-linux-gnu.tar.bz2", |
231 |
| - "sha256": "19480217f1524d78467b83cd742f503182bbcc76b5440093261f146828aa588c", |
| 272 | + "url": "https://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino5-x86_64-pc-linux-gnu.tar.bz2", |
| 273 | + "sha256": "3effed8ffa1978b6e4a46f1aa2acc629e440b4d77244f71f9b79a916025206fb", |
232 | 274 | "dest": "build/linux"
|
233 | 275 | },
|
234 | 276 | {
|
235 | 277 | "only-arches": ["arm"],
|
236 | 278 | "type": "file",
|
237 |
| - "url": "https://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-armhf-pc-linux-gnu.tar.bz2", |
238 |
| - "sha256": "25a6834ae48019fccf37024236a1f79fe21760414292a4f3fa058d937ceee1ce", |
| 279 | + "url": "https://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-armhf-pc-linux-gnu.tar.bz2", |
| 280 | + "sha256": "2a8e68c5d803aa6f902ef219f177ec3a4c28275d85cbe272962ad2cd374f50d1", |
239 | 281 | "dest": "build/linux"
|
240 | 282 | },
|
241 | 283 | {
|
242 | 284 | "only-arches": ["x86_64"],
|
243 | 285 | "type": "file",
|
244 |
| - "url": "https://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-x86_64-pc-linux-gnu.tar.bz2", |
245 |
| - "sha256": "c8cccb84e2fe49ee837b24f0a60a99e9c371dae26e84c5b0b22b6b6aab2f1f6a", |
| 286 | + "url": "https://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-pc-linux-gnu.tar.bz2", |
| 287 | + "sha256": "accdfb920af2aabf4f7461d2ac73c0751760f525216dc4e7657427a78c60d13d", |
246 | 288 | "dest": "build/linux"
|
247 | 289 | },
|
248 | 290 | {
|
249 | 291 | "only-arches": ["arm"],
|
250 | 292 | "type": "file",
|
251 |
| - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_arm.tar.bz2", |
252 |
| - "sha256": "e4880d83df3d3f6f4b7b7bcde161e80a0556877468803a3c6066ee4ad18a374c", |
| 293 | + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_arm.tar.bz2", |
| 294 | + "sha256": "1888587409b56aef4ba0ab0e6703b3dccba7cc3a022756ba9b908247e5d5a656", |
253 | 295 | "dest": "build/linux"
|
254 | 296 | },
|
255 | 297 | {
|
256 | 298 | "only-arches": ["x86_64"],
|
257 | 299 | "type": "file",
|
258 |
| - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_amd64.tar.bz2", |
259 |
| - "sha256": "eb5ad0a457dd7f610f7f9b85454399c36755673d61a16f9d07cdfcbbb32ec277", |
| 300 | + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_amd64.tar.bz2", |
| 301 | + "sha256": "aa45ee2441ffc3a122daec5802941d1fa2ac47adf5c5c481b5e0daa4dc259ffa", |
260 | 302 | "dest": "build/linux"
|
261 | 303 | },
|
262 | 304 | {
|
|
0 commit comments