From 82033267b52b8f9d6a4be11cddeabf0bf87d2f36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:30:31 +0000 Subject: [PATCH] arduino-cli: Update to version 1.2.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 de0b9ce28e..aa9f89f762 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "1.1.1", + "version": "1.2.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/v1.1.1/arduino-cli_1.1.1_Windows_64bit.zip", - "hash": "f49a61865ff5d91d2732a19c51b0ac767cce51213db84b0b28b98ee070879f66" + "url": "https://github.com/arduino/arduino-cli/releases/download/v1.2.0/arduino-cli_1.2.0_Windows_64bit.zip", + "hash": "aab5a4a7c03ab66b4dcfb3b8641553d56444b4ebceb839f44c5e9eb94cf512c6" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/v1.1.1/arduino-cli_1.1.1_Windows_32bit.zip", - "hash": "ab9ced1036d4fa8648bd25382e0f5493a500c7deb62f7d5a6008bbdf3e8e5ffc" + "url": "https://github.com/arduino/arduino-cli/releases/download/v1.2.0/arduino-cli_1.2.0_Windows_32bit.zip", + "hash": "c4b691ac585974cf6cbd965d8562ea273f3acdbdd6112513e4250218a811a49e" } }, "bin": "arduino-cli.exe",