From 8b4ebbc1c409d6a5ec020fa2e03cb8f41c35cc5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:31:41 +0000 Subject: [PATCH] arduino-cli: Update to version 1.0.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 f16565a7e6..5e56d4a7ae 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "1.0.2", + "version": "1.0.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/v1.0.2/arduino-cli_1.0.2_Windows_64bit.zip", - "hash": "208733182357b307475053e3467a7e184e22de50fbcad9be06e39864168fbb6a" + "url": "https://github.com/arduino/arduino-cli/releases/download/v1.0.3/arduino-cli_1.0.3_Windows_64bit.zip", + "hash": "2d911e200b8f21d8b1b52f4f0895a49ee1a03718f170e5d596deab474c7a3fcc" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/v1.0.2/arduino-cli_1.0.2_Windows_32bit.zip", - "hash": "881632a53894cdffbdb780bb1f269f811c158c6d7c9e261c7efb500ba1c47dfc" + "url": "https://github.com/arduino/arduino-cli/releases/download/v1.0.3/arduino-cli_1.0.3_Windows_32bit.zip", + "hash": "19269f2fd2fdc2f349082f61a5bcf731cb30cc5b166899a8df1d86bf3d602ec3" } }, "bin": "arduino-cli.exe",