From 62766cb87a30dac49ba6c06805e5eee3b6dedc2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 16:27:34 +0000 Subject: [PATCH] arduino-cli: Update to version 0.34.0 --- 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 8080ce44d0..416d7996f0 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "0.33.1", + "version": "0.34.0", "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.33.1/arduino-cli_0.33.1_Windows_64bit.zip", - "hash": "58e7474a5873dbd7cad811ed4193223497d90445a6312397a65c08156b6c96d3" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.34.0/arduino-cli_0.34.0_Windows_64bit.zip", + "hash": "03639187c3793cd0d7e92f6cd1e09b6777bf81e611ee14c85413e9d6928aea50" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/0.33.1/arduino-cli_0.33.1_Windows_32bit.zip", - "hash": "3605d8e969ca4fb16646b4bdaf6c015197a8f95b3bf0d754b50f5308416337b8" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.34.0/arduino-cli_0.34.0_Windows_32bit.zip", + "hash": "a290cecd30e82cd1bff299982ca33930a629f49698d87dcc05381c12443e5ed0" } }, "bin": "arduino-cli.exe",