From 1dd085d6e23eeed2695101aa14de5bf9b692255e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 1 Oct 2021 12:00:32 +0000 Subject: [PATCH] arduino-cli: Update to version 0.19.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 a8dd461e82..b96abe7be4 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "0.19.1", + "version": "0.19.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.19.1/arduino-cli_0.19.1_Windows_64bit.zip", - "hash": "56d071a56138e8bb064b007207eb739a7430cb863443e1e3858a588cf347dc41" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.19.2/arduino-cli_0.19.2_Windows_64bit.zip", + "hash": "e954d51f211f05406a56dd099e79427aa2926a6d2e7934b49de520e352c70552" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/0.19.1/arduino-cli_0.19.1_Windows_32bit.zip", - "hash": "6289dc79757c4df3c8e5081143ff0296125e11e1d6ba8d4bebe51adb346d2a8a" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.19.2/arduino-cli_0.19.2_Windows_32bit.zip", + "hash": "74ec16120489d964d12b5a0de2dc0927ef50d69bb7896ffca1e1cf8279515139" } }, "bin": "arduino-cli.exe",