forked from link108/spinnakerPluginExample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugins.json
27 lines (27 loc) · 1.17 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.36",
"date": "2023-06-13T16:43:56.969888Z",
"requires": "echo>=0.0.0,orca>=0.0.0,deck>=0.0.0",
"sha512sum": "8f8289155e7eea750cd49de6aa3129eff443108b33a2a74954f433f935db88b9720c2a27fffc65ef8f6f7c5ff8d6c9e2329bb42955b5a50cd1b739797ec59d2e",
"preferred": false,
"compatibility": [],
"url": "https://github.com/nemesisOsorio/spinnakerPluginExample/releases/download/v0.0.36/spinnakerPluginExample-0.0.36.zip"
}
]
}
]