From 1066df39f22cd9eba5c2aadf1e15e37a70fd53bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 16:29:48 +0000 Subject: [PATCH] arduino-cli: Update to version 1.3.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 8c8ed64308..d5dd25cc59 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "1.3.0", + "version": "1.3.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/v1.3.0/arduino-cli_1.3.0_Windows_64bit.zip", - "hash": "2c4c09f5fe21ca4a1d4f3803485b623ab43b3f345fec255f6778275a068f6a47" + "url": "https://github.com/arduino/arduino-cli/releases/download/v1.3.1/arduino-cli_1.3.1_Windows_64bit.zip", + "hash": "cfece6f356fdc9ca003cc3f0a488470030719c8e0e7bfce5e42ac9410d87441f" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/v1.3.0/arduino-cli_1.3.0_Windows_32bit.zip", - "hash": "3700132a76544552e50d1bc0534d52dca3ff3f7f91fbad23fce855ffda1ea694" + "url": "https://github.com/arduino/arduino-cli/releases/download/v1.3.1/arduino-cli_1.3.1_Windows_32bit.zip", + "hash": "65ac650c848c3fa5a97366ce34794fe629f6372789970927ae4236129b5368f2" } }, "bin": "arduino-cli.exe",