Skip to content

Commit 4e765ef

Browse files
authored
Merge pull request #32 from MartinIIOT/master
Update to 1.8.16
2 parents e34610d + 1bfe256 commit 4e765ef

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

arduino-appdata-fixes.patch

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
--- a/build/linux/dist/appdata.xml
22
+++ b/build/linux/dist/appdata.xml
3-
@@ -36,6 +36,10 @@
3+
@@ -36,6 +36,11 @@
44
<content_rating type="oars-1.1" />
55

66
<releases>
7+
+ <release date="2021-09-27" version="1.8.16"/>
78
+ <release date="2021-05-14" version="1.8.15"/>
89
+ <release date="2020-05-12" version="1.8.14"/>
910
+ <release date="2020-06-16" version="1.8.13"/>

cc.arduino.arduinoide.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"sources": [
8484
{
8585
"type": "archive",
86-
"url": "https://github.com/arduino/Arduino/releases/download/1.8.15/arduino-1.8.15.tar.xz",
87-
"sha256": "2afb18a98652178e948f77720e9897e173d75735eb8f72e4071f13202ba2e938"
86+
"url": "https://github.com/arduino/Arduino/releases/download/1.8.16/arduino-1.8.16.tar.xz",
87+
"sha256": "ac2a4662fd4ce2ad878a897a08ffe546bf4d7e884686722adc1d30ffe379a901"
8888
},
8989
{
9090
"type": "patch",
@@ -235,10 +235,10 @@
235235
},
236236
{
237237
"type": "file",
238-
"url": "https://github.com/arduino-libraries/Servo/archive/1.1.7.zip",
239-
"sha256": "c09185ed92ed292428177dd8a5b543a98aa91e2d4e41c3ef20a57498ea12b021",
238+
"url": "https://github.com/arduino-libraries/Servo/archive/1.1.8.zip",
239+
"sha256": "f267d1406fc721156f762440a633226fa9f510da8007adef1acc5eeafc2775e5",
240240
"dest": "build",
241-
"dest-filename": "Servo-1.1.7.zip"
241+
"dest-filename": "Servo-1.1.8.zip"
242242
},
243243
{
244244
"type": "file",
@@ -256,8 +256,8 @@
256256
},
257257
{
258258
"type": "file",
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",
259+
"url": "https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.12.0/WiFi101-Updater-ArduinoIDE-Plugin-0.12.0.zip",
260+
"sha256": "e9133b4abfed9393d57a89e1cda6ba5af45acfeedabfe32149828f0229da3a48",
261261
"dest": "build/shared"
262262
},
263263
{

0 commit comments

Comments
 (0)