From 5fa94239381de3f0bfb54fbf37f78e162e285e39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 20:28:51 +0000 Subject: [PATCH] arduino-cli: Update to version 0.27.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 fbca84150b..1b08213900 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "0.27.0", + "version": "0.27.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/0.27.0/arduino-cli_0.27.0_Windows_64bit.zip", - "hash": "4adffdd30810ad5339884acbd757cf4ddae6160eab7711dd3571e5485014ff6b" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.27.1/arduino-cli_0.27.1_Windows_64bit.zip", + "hash": "855e7a97306ca82f02f060e28be40b2552c09157bf9e286ddecaf3b8ac42e241" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/0.27.0/arduino-cli_0.27.0_Windows_32bit.zip", - "hash": "ea566028a0830c61ca661cce414d37866fb9a1b08fae1e448469f4a129fcc144" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.27.1/arduino-cli_0.27.1_Windows_32bit.zip", + "hash": "1af9cedeb6fa192d4bed6e94a38702d4a0e8fa60736146514ee18133bb06e0b9" } }, "bin": "arduino-cli.exe",