mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.18.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.18.1/arduino-cli_0.18.1_Windows_64bit.zip",
|
|
"hash": "9f6345bce32f3074cdf975cce46c83575a57a194d719951e830405f4a9ef04e0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/arduino/arduino-cli/releases/download/0.18.1/arduino-cli_0.18.1_Windows_32bit.zip",
|
|
"hash": "0efbe1a719bfb8304e2b6190a09fbaf7f59134dfb3a581a22ae8751e7dd2938a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|