ScoopInstaller_Main/bucket/arduino-cli.json
2023-04-07 16:28:55 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.32.1",
"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.32.1/arduino-cli_0.32.1_Windows_64bit.zip",
"hash": "2a6ef88190f0ef3dd9c18e6b64e0f390d130fd58c463c6c0cfa27862f1662fe9"
},
"32bit": {
"url": "https://github.com/arduino/arduino-cli/releases/download/0.32.1/arduino-cli_0.32.1_Windows_32bit.zip",
"hash": "f3bdaa784415f950b42d45eef07c71d71db67760b571caae96214c2fe7675b28"
}
},
"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"
}
}
}
}