From d9da4fd9119f8db3aa3dab0f996873fabff67f60 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 29 Nov 2021 12:01:49 +0000 Subject: [PATCH] arduino-cli: Update to version 0.20.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 59cdbe89fe..280c44bf5f 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "0.20.0", + "version": "0.20.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.20.0/arduino-cli_0.20.0_Windows_64bit.zip", - "hash": "cd96f267b71fb1a3ce9fda50c05cf14dd25a14041ee22505a5484fc765370493" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.20.1/arduino-cli_0.20.1_Windows_64bit.zip", + "hash": "e32dc28abd8a58183b903b61822e711202e894be520eab8c834df733007533c7" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/0.20.0/arduino-cli_0.20.0_Windows_32bit.zip", - "hash": "b0334c2cff84f73c54054a0057a46b98111d63a1998faf50ad3931ddfa6fd620" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.20.1/arduino-cli_0.20.1_Windows_32bit.zip", + "hash": "92db352e25dd1ce3b20d42913295efe225d80a51e264fb2f0d23addc6f363e77" } }, "bin": "arduino-cli.exe",