From e9570e13913faf65cef42e3b0ae40885fd1093fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 16:28:15 +0000 Subject: [PATCH] arduino-cli: Update to version 0.33.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 5448564d87..8080ce44d0 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "0.33.0", + "version": "0.33.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.33.0/arduino-cli_0.33.0_Windows_64bit.zip", - "hash": "a07f0caabcedf53082c7797fe2586cea3e21cc065d1b970b9a0bd273bb8fbff4" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.33.1/arduino-cli_0.33.1_Windows_64bit.zip", + "hash": "58e7474a5873dbd7cad811ed4193223497d90445a6312397a65c08156b6c96d3" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/0.33.0/arduino-cli_0.33.0_Windows_32bit.zip", - "hash": "6a79bc5f02fafbae6cf11b49cf7a6d38c6f764798ac8f2162aaaa4fe0ca45be5" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.33.1/arduino-cli_0.33.1_Windows_32bit.zip", + "hash": "3605d8e969ca4fb16646b4bdaf6c015197a8f95b3bf0d754b50f5308416337b8" } }, "bin": "arduino-cli.exe",