From 9060fe2443e8f46032a7413347044ed77472456a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 27 Jan 2021 14:28:57 +0100 Subject: [PATCH] arduino-cli: Update to version 0.14.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 96f4c791f5..4d3b64295d 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "0.14.0", + "version": "0.14.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.14.0/arduino-cli_0.14.0_Windows_64bit.zip", - "hash": "a155bfb30bfbda0d97ee3390e332bba90d6203c57762e3dc17722205b9cfb79f" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.14.1/arduino-cli_0.14.1_Windows_64bit.zip", + "hash": "34a1f4b712a6a8616a249fe3deefa7f71ca3d235d42bbf613c52c44604557def" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/0.14.0/arduino-cli_0.14.0_Windows_32bit.zip", - "hash": "e870c58e8742bd71fd20029b56d394848553345fe49626c825bf2aaa1027cefc" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.14.1/arduino-cli_0.14.1_Windows_32bit.zip", + "hash": "ab20c913a1576580ddc69a64f2f79586880f8c0b3d32239c5b98451ba28bd531" } }, "bin": "arduino-cli.exe",