mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.0.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/v1.0.0/arduino-cli_1.0.0_Windows_64bit.zip",
|
|
"hash": "c031f9b93ac2c1c87dec3eda0f8ed4850dcf0f1870d8d0a9fee64618475d7aa6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/arduino/arduino-cli/releases/download/v1.0.0/arduino-cli_1.0.0_Windows_32bit.zip",
|
|
"hash": "721a5a6a58f5536b99dde50038d2ebeac78f1195fefa15ae3b94cd0f4d7f33e4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|