mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.17.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.17.0/arduino-cli_0.17.0_Windows_64bit.zip",
|
|
"hash": "e8920f40b6c88745192c43610f2f2882ebaa6c3003a526fd92275de109c43493"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/arduino/arduino-cli/releases/download/0.17.0/arduino-cli_0.17.0_Windows_32bit.zip",
|
|
"hash": "4d5e1c443c57636771a0342f2641ce1d8f8e70a79cdba4f32c0416d9c60f6132"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|