From 6da80d34a4a4b9cd864a1297c24ad25837e412dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:31:52 +0000 Subject: [PATCH] arduino-cli: Update to version 1.1.1 --- 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 aa1251e299..de0b9ce28e 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "1.1.0", + "version": "1.1.1", "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.1.0/arduino-cli_1.1.0_Windows_64bit.zip", - "hash": "93a6d46a588a0edffc495de31327d1ff046cf0bfcbb64bd8e83efcc73e5778c6" + "url": "https://github.com/arduino/arduino-cli/releases/download/v1.1.1/arduino-cli_1.1.1_Windows_64bit.zip", + "hash": "f49a61865ff5d91d2732a19c51b0ac767cce51213db84b0b28b98ee070879f66" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/v1.1.0/arduino-cli_1.1.0_Windows_32bit.zip", - "hash": "cb3b868a7483a86c606b1627db4bcb598d2c98d9ae8ddeaf4f527990854615af" + "url": "https://github.com/arduino/arduino-cli/releases/download/v1.1.1/arduino-cli_1.1.1_Windows_32bit.zip", + "hash": "ab9ced1036d4fa8648bd25382e0f5493a500c7deb62f7d5a6008bbdf3e8e5ffc" } }, "bin": "arduino-cli.exe",