ScoopInstaller_Main/bucket/arduino-cli.json
2021-03-31 11:00:22 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.18.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.18.0/arduino-cli_0.18.0_Windows_64bit.zip",
"hash": "9c8195dab3c1dac891232522e6f9d0c2eab20645b096d2f321b898dc32c2c3f3"
},
"32bit": {
"url": "https://github.com/arduino/arduino-cli/releases/download/0.18.0/arduino-cli_0.18.0_Windows_32bit.zip",
"hash": "b115b2ff8fdd2b761b70ea01978bbbee3177f9752abb27d95d57c8c7ce29cad9"
}
},
"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"
}
}
}
}