From d974012b7a41dd1e27241a3cd4f7ea8f79156eeb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 12:31:46 +0000 Subject: [PATCH] arduino-cli: Update to version 0.25.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 392f39dd0c..b63c04163d 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "0.24.0", + "version": "0.25.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.24.0/arduino-cli_0.24.0_Windows_64bit.zip", - "hash": "04b2e1be7f1fde97db524fe25e3518d01e198664b2847e1565936791d9003031" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.25.0/arduino-cli_0.25.0_Windows_64bit.zip", + "hash": "d4db5d61f7182a0dbee4e5ad215ce6f7d338f6d0100abdfeac8db446152f8edf" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/0.24.0/arduino-cli_0.24.0_Windows_32bit.zip", - "hash": "ca4757190d04ff8e2fbd056bf5b428c73605a53a1da5376771a606c09fd83a60" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.25.0/arduino-cli_0.25.0_Windows_32bit.zip", + "hash": "42cbb95e5d331cf02841c262209a2fecb9efd0336a0e018fd716663f13a7830e" } }, "bin": "arduino-cli.exe",