mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.21.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.21.1/arduino-cli_0.21.1_Windows_64bit.zip",
|
|
"hash": "b38e720a5e959e898765786c9728ad08de0904c2b74e499c0d5241519a58e262"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/arduino/arduino-cli/releases/download/0.21.1/arduino-cli_0.21.1_Windows_32bit.zip",
|
|
"hash": "5b89783a9fc1ab500467eb97dbd5abb6fe597d1440061cf5aaaecba351bae39f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|