ScoopInstaller_Main/bucket/arduino-cli.json
2020-09-24 11:25:26 +08:00

29 lines
1.1 KiB
JSON

{
"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"
}
}
}
}