forked from arduino/ArduinoModule-CMSIS
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage_index.json.template
More file actions
42 lines (42 loc) · 1.73 KB
/
package_index.json.template
File metadata and controls
42 lines (42 loc) · 1.73 KB
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
{
"name": "%%PACKAGENAME%%",
"version": "%%VERSION%%",
"systems":
[
{
"host": "aarch64-linux-gnu",
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/%%CMSISVERSION%%/%%FILENAME%%",
"archiveFileName": "%%FILENAME%%",
"checksum": "SHA-256:%%CHECKSUM%%",
"size": "%%SIZE%%"
},
{
"host": "arm64-apple-darwin",
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/%%CMSISVERSION%%/%%FILENAME%%",
"archiveFileName": "%%FILENAME%%",
"checksum": "SHA-256:%%CHECKSUM%%",
"size": "%%SIZE%%"
},
{
"host": "i686-mingw32",
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/%%CMSISVERSION%%/%%FILENAME%%",
"archiveFileName": "%%FILENAME%%",
"checksum": "SHA-256:%%CHECKSUM%%",
"size": "%%SIZE%%"
},
{
"host": "x86_64-apple-darwin",
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/%%CMSISVERSION%%/%%FILENAME%%",
"archiveFileName": "%%FILENAME%%",
"checksum": "SHA-256:%%CHECKSUM%%",
"size": "%%SIZE%%"
},
{
"host": "x86_64-pc-linux-gnu",
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/%%CMSISVERSION%%/%%FILENAME%%",
"archiveFileName": "%%FILENAME%%",
"checksum": "SHA-256:%%CHECKSUM%%",
"size": "%%SIZE%%"
}
]
}