From ecb6771fd43d5ec3d62f20a43b8c5728ad13be49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:28:36 +0000 Subject: [PATCH] arduino-cli: Update to version 1.0.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 57e89ac5be..1b090e3a7f 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "0.35.3", + "version": "1.0.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/v0.35.3/arduino-cli_0.35.3_Windows_64bit.zip", - "hash": "b3b03c37df87c99c9b201e4d4d5fb37f4f24e7441ac34510f5bb451de1eda35c" + "url": "https://github.com/arduino/arduino-cli/releases/download/v1.0.0/arduino-cli_1.0.0_Windows_64bit.zip", + "hash": "c031f9b93ac2c1c87dec3eda0f8ed4850dcf0f1870d8d0a9fee64618475d7aa6" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/v0.35.3/arduino-cli_0.35.3_Windows_32bit.zip", - "hash": "2861a188c88d5ae604d853a8fc8f9147e9de1e97d296b1bd0b907986e882fde2" + "url": "https://github.com/arduino/arduino-cli/releases/download/v1.0.0/arduino-cli_1.0.0_Windows_32bit.zip", + "hash": "721a5a6a58f5536b99dde50038d2ebeac78f1195fefa15ae3b94cd0f4d7f33e4" } }, "bin": "arduino-cli.exe",