arduino-cli: Update to version 0.16.1

This commit is contained in:
Jakub Čábera 2021-02-25 15:13:34 +01:00
parent 22107206c8
commit 683e4f0a20

View File

@ -1,16 +1,16 @@
{ {
"version": "0.16.0", "version": "0.16.1",
"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.16.0/arduino-cli_0.16.0_Windows_64bit.zip", "url": "https://github.com/arduino/arduino-cli/releases/download/0.16.1/arduino-cli_0.16.1_Windows_64bit.zip",
"hash": "be1fb94668cd883a3d275aa8bda45820f025804ce49d4656f74dce938a67c15b" "hash": "8aeec7607a7cf6357ef9764ee80db263ed2a1307d6180325cdcf2650c195ec95"
}, },
"32bit": { "32bit": {
"url": "https://github.com/arduino/arduino-cli/releases/download/0.16.0/arduino-cli_0.16.0_Windows_32bit.zip", "url": "https://github.com/arduino/arduino-cli/releases/download/0.16.1/arduino-cli_0.16.1_Windows_32bit.zip",
"hash": "5bd3bb21915ee4ce1a054cda1d2e634e194f1b94795687bc430581ad082308ea" "hash": "526cb4bbfa8653fa3659d7fb17241ed430dba6ffb38ef006d005f159bada61d4"
} }
}, },
"bin": "arduino-cli.exe", "bin": "arduino-cli.exe",