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.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/0.18.2/arduino-cli_0.18.2_Windows_64bit.zip",
|
|
"hash": "9a352b4f7cdada1d39320b66cec07e1fd062430135688d3c85aa5395e8026f0e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/arduino/arduino-cli/releases/download/0.18.2/arduino-cli_0.18.2_Windows_32bit.zip",
|
|
"hash": "341e07955097615e48b698c0a40973b5d5a0b047ac5b87dfc211a991f2aa9293"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|