arduino-cli: Update to version 0.19.2

This commit is contained in:
Richard Kuhnt 2021-10-01 12:00:32 +00:00
parent 773f8a7c24
commit 1dd085d6e2

View File

@ -1,16 +1,16 @@
{ {
"version": "0.19.1", "version": "0.19.2",
"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.19.1/arduino-cli_0.19.1_Windows_64bit.zip", "url": "https://github.com/arduino/arduino-cli/releases/download/0.19.2/arduino-cli_0.19.2_Windows_64bit.zip",
"hash": "56d071a56138e8bb064b007207eb739a7430cb863443e1e3858a588cf347dc41" "hash": "e954d51f211f05406a56dd099e79427aa2926a6d2e7934b49de520e352c70552"
}, },
"32bit": { "32bit": {
"url": "https://github.com/arduino/arduino-cli/releases/download/0.19.1/arduino-cli_0.19.1_Windows_32bit.zip", "url": "https://github.com/arduino/arduino-cli/releases/download/0.19.2/arduino-cli_0.19.2_Windows_32bit.zip",
"hash": "6289dc79757c4df3c8e5081143ff0296125e11e1d6ba8d4bebe51adb346d2a8a" "hash": "74ec16120489d964d12b5a0de2dc0927ef50d69bb7896ffca1e1cf8279515139"
} }
}, },
"bin": "arduino-cli.exe", "bin": "arduino-cli.exe",