mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.15.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.15.1/arduino-cli_0.15.1_Windows_64bit.zip",
|
|
"hash": "7e81340e745f661d7086cf0989e83606915c5755ff214f2412a73989db11fa2e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/arduino/arduino-cli/releases/download/0.15.1/arduino-cli_0.15.1_Windows_32bit.zip",
|
|
"hash": "96e1acb79bf32092ec3d072c43a1500c2429ce043becaae24136cafaffdeb22f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|