forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharduino-cli.json
31 lines (31 loc) · 1.19 KB
/
arduino-cli.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"version": "1.0.4",
"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.4/arduino-cli_1.0.4_Windows_64bit.zip",
"hash": "c11f09acb9897c49d11e7249d7508a490459d2de66f94f645389c3e2483d58e4"
},
"32bit": {
"url": "https://github.com/arduino/arduino-cli/releases/download/v1.0.4/arduino-cli_1.0.4_Windows_32bit.zip",
"hash": "64fe032dda77e4b10ed7834895f80fa886d4daa01a4380928a73dd6c3af26383"
}
},
"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"
}
}
}