diff --git a/bucket/arduino-cli.json b/bucket/arduino-cli.json index 44eb993f11..96f4c791f5 100644 --- a/bucket/arduino-cli.json +++ b/bucket/arduino-cli.json @@ -1,16 +1,16 @@ { - "version": "0.13.0", + "version": "0.14.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.13.0/arduino-cli_0.13.0_Windows_64bit.zip", - "hash": "efd2c9570e44bde1c48b15b9bcf80c1a530b79103146d66515569f7d6ee9c73d" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.14.0/arduino-cli_0.14.0_Windows_64bit.zip", + "hash": "a155bfb30bfbda0d97ee3390e332bba90d6203c57762e3dc17722205b9cfb79f" }, "32bit": { - "url": "https://github.com/arduino/arduino-cli/releases/download/0.13.0/arduino-cli_0.13.0_Windows_32bit.zip", - "hash": "edca26d8d5437813d1d9a18f4e7769c801793c2e57ec9ca5fbe6c17169643fd6" + "url": "https://github.com/arduino/arduino-cli/releases/download/0.14.0/arduino-cli_0.14.0_Windows_32bit.zip", + "hash": "e870c58e8742bd71fd20029b56d394848553345fe49626c825bf2aaa1027cefc" } }, "bin": "arduino-cli.exe",