diff --git a/bucket/arduino-cli.json b/bucket/arduino-cli.json new file mode 100644 index 0000000000..aff11e1f57 --- /dev/null +++ b/bucket/arduino-cli.json @@ -0,0 +1,28 @@ +{ + "version": "0.11.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.11.0/arduino-cli_0.11.0_Windows_64bit.zip", + "hash": "6c94e83d21dfee05420d5de09b5f0885928f87b39f0b8e51acff7bc84477c24b" + }, + "32bit": { + "url": "https://github.com/arduino/arduino-cli/releases/download/0.11.0/arduino-cli_0.11.0_Windows_32bit.zip", + "hash": "34c41bb6552773e6c565f93c555f02d60d5e89848d144abdb01acda1376a22c1" + } + }, + "bin": "arduino-cli.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/arduino/arduino-cli/releases/download/$version/arduino-cli_$version_Windows_64bit.zip" + }, + "32bit": { + "url": "https://github.com/arduino/arduino-cli/releases/download/$version/arduino-cli_$version_Windows_32bit.zip" + } + } + } +}