From accf6694315c3c72f5cdd82d3e5d514a9aa55594 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:27:17 +0000 Subject: [PATCH] arduino-cli: Update to version 0.35.3 --- bucket/arduino-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/arduino-cli.json b/bucket/arduino-cli.json index 6a8707c578..57e89ac5be 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "0.35.2", + "version": "0.35.3", "description": "Arduino command line interface", "homepage": "https://github.com/arduino/arduino-cli", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/v0.35.2/arduino-cli_0.35.2_Windows_64bit.zip", - "hash": "831e71e91cda08071599a570fb40937c9cf0f0e8cf7711a7e24c7ee28b5406a7" + "url": "https://github.com/arduino/arduino-cli/releases/download/v0.35.3/arduino-cli_0.35.3_Windows_64bit.zip", + "hash": "b3b03c37df87c99c9b201e4d4d5fb37f4f24e7441ac34510f5bb451de1eda35c" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/v0.35.2/arduino-cli_0.35.2_Windows_32bit.zip", - "hash": "a117f41998ab4327cd97eb9583c60afd429b286208722d23460b502e6abf4850" + "url": "https://github.com/arduino/arduino-cli/releases/download/v0.35.3/arduino-cli_0.35.3_Windows_32bit.zip", + "hash": "2861a188c88d5ae604d853a8fc8f9147e9de1e97d296b1bd0b907986e882fde2" } }, "bin": "arduino-cli.exe",