From 3fb72fcd55dfc4e4d44437390ac01bfb23581601 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Dec 2021 16:29:48 +0000 Subject: [PATCH] arduino-cli: Update to version 0.20.2 --- 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 280c44bf5f..8c776f6197 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "0.20.1", + "version": "0.20.2", "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.20.1/arduino-cli_0.20.1_Windows_64bit.zip", - "hash": "e32dc28abd8a58183b903b61822e711202e894be520eab8c834df733007533c7" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.20.2/arduino-cli_0.20.2_Windows_64bit.zip", + "hash": "b0babbeb61e8c67c7772075a9601c4e180134af31e07368138a12289cb8291c2" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/0.20.1/arduino-cli_0.20.1_Windows_32bit.zip", - "hash": "92db352e25dd1ce3b20d42913295efe225d80a51e264fb2f0d23addc6f363e77" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.20.2/arduino-cli_0.20.2_Windows_32bit.zip", + "hash": "5d9b6965bf8e95b1a8149949ba049c1b12bf99518c3241b70e5344dca84d638c" } }, "bin": "arduino-cli.exe",