arduino-cli: Update to version 0.13.0

This commit is contained in:
Jakub Čábera 2020-09-24 08:49:32 +02:00
parent 914d669519
commit 27e017367e

View File

@ -1,16 +1,16 @@
{ {
"version": "0.11.0", "version": "0.13.0",
"description": "Arduino command line interface", "description": "Arduino command line interface",
"homepage": "https://github.com/arduino/arduino-cli", "homepage": "https://github.com/arduino/arduino-cli",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/arduino/arduino-cli/releases/download/0.11.0/arduino-cli_0.11.0_Windows_64bit.zip", "url": "https://github.com/arduino/arduino-cli/releases/download/0.13.0/arduino-cli_0.13.0_Windows_64bit.zip",
"hash": "6c94e83d21dfee05420d5de09b5f0885928f87b39f0b8e51acff7bc84477c24b" "hash": "efd2c9570e44bde1c48b15b9bcf80c1a530b79103146d66515569f7d6ee9c73d"
}, },
"32bit": { "32bit": {
"url": "https://github.com/arduino/arduino-cli/releases/download/0.11.0/arduino-cli_0.11.0_Windows_32bit.zip", "url": "https://github.com/arduino/arduino-cli/releases/download/0.13.0/arduino-cli_0.13.0_Windows_32bit.zip",
"hash": "34c41bb6552773e6c565f93c555f02d60d5e89848d144abdb01acda1376a22c1" "hash": "edca26d8d5437813d1d9a18f4e7769c801793c2e57ec9ca5fbe6c17169643fd6"
} }
}, },
"bin": "arduino-cli.exe", "bin": "arduino-cli.exe",