ScoopInstaller_Main/bucket/arduino-cli.json
2025-12-09 16:31:00 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.4.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/v1.4.0/arduino-cli_1.4.0_Windows_64bit.zip",
"hash": "99dcfb2afb79b8683d81832460293d0f4fed37203f9630cd2b683871744706fe"
},
"32bit": {
"url": "https://github.com/arduino/arduino-cli/releases/download/v1.4.0/arduino-cli_1.4.0_Windows_32bit.zip",
"hash": "bce21034f47521e2320a4376d14433051f7362dd629815b8dced1ccc48596b42"
}
},
"bin": "arduino-cli.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/arduino/arduino-cli/releases/download/v$version/arduino-cli_$version_Windows_64bit.zip"
},
"32bit": {
"url": "https://github.com/arduino/arduino-cli/releases/download/v$version/arduino-cli_$version_Windows_32bit.zip"
}
},
"hash": {
"url": "$baseurl/$version-checksums.txt"
}
}
}