-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathplugins.json
27 lines (27 loc) · 1.16 KB
/
plugins.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
[
{
"id": "Armory.RandomWaitPlugin",
"description": "An example of a PF4J-based plugin that provides a custom pipeline stage.",
"provider": "https://github.com/link108",
"releases": [
{
"version": "0.0.31",
"date": "2023-06-13T03:48:58.698202Z",
"requires": "echo>=0.0.0,orca>=0.0.0,deck>=0.0.0",
"sha512sum": "09a20dfcff5bd66df1b2cba9a5aeeca232c92249dd46c89e6a2c905c11193742ced183b909df7ab8917e0718e3067e3076911519c52eae552aebb57b97e7bd7f",
"preferred": false,
"compatibility": [],
"url": "https://github.com/link108/spinnakerPluginExample/releases/download/v0.0.31/spinnakerPluginExample-0.0.31.zip"
},
{
"version": "0.0.33",
"date": "2023-06-13T18:39:48.509140Z",
"requires": "echo>=0.0.0,orca>=0.0.0,deck>=0.0.0",
"sha512sum": "7e2352c90c8d8c28bb7c2f5e1c0ee79aa51d9d22203d696e362a915b703da54f496e0b7029df91da5de65447ece790b93e90ed93f3ec91cc5deb547aef02354e",
"preferred": false,
"compatibility": [],
"url": "https://github.com/link108/spinnakerPluginExample/releases/download/v0.0.33/spinnakerPluginExample-0.0.33.zip"
}
]
}
]