forked from link108/spinnakerPluginExample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugins.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.34",
"date": "2023-06-13T18:47:31.307214Z",
"requires": "echo>=0.0.0,orca>=0.0.0,deck>=0.0.0",
"sha512sum": "ad6bf33fb2ae4256becd9fbd3d7faddeae471c23db5a89b7a375fd83a80eca8e5880aaa85b4a47d06a74597db69716ee899d1281d32e7af4b38ed90e78a84fb8",
"preferred": false,
"compatibility": [],
"url": "https://github.com/clong-/spinnakerPluginExample/releases/download/v0.0.34/spinnakerPluginExample-0.0.34.zip"
}
]
}
]