From 83f5519f165745ee02f53ac4edb6ef8b818494ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 4 Feb 2021 15:55:51 +0100 Subject: [PATCH] arduino-cli: Update to version 0.15.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 6da4a37a9d..6ff27081e1 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "0.15.0", + "version": "0.15.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.15.0/arduino-cli_0.15.0_Windows_64bit.zip", - "hash": "14c483a02ada0585ec1a80006d5a6f9e19b23766f6fada8f83c86f8d08f5cf3d" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.15.1/arduino-cli_0.15.1_Windows_64bit.zip", + "hash": "7e81340e745f661d7086cf0989e83606915c5755ff214f2412a73989db11fa2e" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/0.15.0/arduino-cli_0.15.0_Windows_32bit.zip", - "hash": "128982aea3874940fc07801d828dce5d53bf8a3799acd0e4ee98d93365ecfebc" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.15.1/arduino-cli_0.15.1_Windows_32bit.zip", + "hash": "96e1acb79bf32092ec3d072c43a1500c2429ce043becaae24136cafaffdeb22f" } }, "bin": "arduino-cli.exe",