From 97c36d7c18846f411d344f16098095dc8f285b57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 16:31:31 +0000 Subject: [PATCH] arduino-cli: Update to version 0.23.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 f7dc8f45f3..b3f0bc1ee2 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "0.22.0", + "version": "0.23.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/0.22.0/arduino-cli_0.22.0_Windows_64bit.zip", - "hash": "9ebb6522577067cb871ae6cd1a8e42805f7f0b8578a451d0790f1316923529b3" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.23.0/arduino-cli_0.23.0_Windows_64bit.zip", + "hash": "c1bc600dd3886851ea455473bd2910dde7dd5cd2fa1f28db097b4fe84e51d6a7" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/0.22.0/arduino-cli_0.22.0_Windows_32bit.zip", - "hash": "1db1bb3b3c0826b52e08fc9e02d6b4059e347b345003af5eeaa2fd5058101c27" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.23.0/arduino-cli_0.23.0_Windows_32bit.zip", + "hash": "103dca213315fa969183eed44938f87ffb158c22383f358426a610f86e3e4f2e" } }, "bin": "arduino-cli.exe",