mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.35.2",
|
|
"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/v0.35.2/arduino-cli_0.35.2_Windows_64bit.zip",
|
|
"hash": "831e71e91cda08071599a570fb40937c9cf0f0e8cf7711a7e24c7ee28b5406a7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/arduino/arduino-cli/releases/download/v0.35.2/arduino-cli_0.35.2_Windows_32bit.zip",
|
|
"hash": "a117f41998ab4327cd97eb9583c60afd429b286208722d23460b502e6abf4850"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|