This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 226
/
cgmanifest.json
76 lines (76 loc) · 2.19 KB
/
cgmanifest.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"version": 1,
"registrations": [
{
"component": {
"type": "other",
"other": {
"name": "arduino-cli (Linux x64)",
"version": "0.31.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_Linux_64bit.tar.gz",
}
}
},
{
"component": {
"type": "other",
"other": {
"name": "arduino-cli (Linux ARM64)",
"version": "0.31.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_Linux_ARM64.tar.gz",
}
}
},
{
"component": {
"type": "other",
"other": {
"name": "arduino-cli (Linux ARMv7)",
"version": "0.31.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_Linux_ARMv7.tar.gz",
}
}
},
{
"component": {
"type": "other",
"other": {
"name": "arduino-cli (macOS x64)",
"version": "0.31.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_macOS_64bit.tar.gz",
}
}
},
{
"component": {
"type": "other",
"other": {
"name": "arduino-cli (macOS ARM64)",
"version": "0.31.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_macOS_ARM64.tar.gz",
}
}
},
{
"component": {
"type": "other",
"other": {
"name": "arduino-cli (Windows x86)",
"version": "0.31.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_Windows_32bit.zip",
}
}
},
{
"component": {
"type": "other",
"other": {
"name": "arduino-cli (Windows x64)",
"version": "0.31.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_Windows_64bit.zip",
}
}
}
]
}