From d072e7470c52347dbb0fd760c824e2ce11a2bc01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 00:32:59 +0000 Subject: [PATCH] arduino-cli: Update to version 0.34.2 --- 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 e68e615c71..d956ccbc15 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "0.34.1", + "version": "0.34.2", "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/0.34.1/arduino-cli_0.34.1_Windows_64bit.zip", - "hash": "b56eb014108f088892dc6163d791c0861edcfd236c779913808e4147714ec66c" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.34.2/arduino-cli_0.34.2_Windows_64bit.zip", + "hash": "1fee7a7894edb8e32196beeac15eb8b60f3d00f8dcef849765436afd38872123" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/0.34.1/arduino-cli_0.34.1_Windows_32bit.zip", - "hash": "f4f1b5b14ff886c8a8f2a7f3f53d74c5119244239eb91bdc416c1bc98cd64475" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.34.2/arduino-cli_0.34.2_Windows_32bit.zip", + "hash": "af56e4fbaf50ce989f1f20f7409c656c16c2c611d8475f7c7fcdf17f2914c701" } }, "bin": "arduino-cli.exe",