forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zeebe1.3.json
30 lines (30 loc) · 912 Bytes
/
zeebe1.3.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
{
"version": "1.3.7",
"description": "Distributed Workflow Engine for Microservices Orchestration",
"homepage": "https://camunda.com/products/cloud/workflow-engine/",
"license": {
"identifier": "Zeebe Community License v1.0",
"url": "https://camunda.com/legal/terms/cloud-terms-and-conditions/zeebe-community-license-v1-0/"
},
"suggest": {
"JDK": "java/openjdk"
},
"architecture": {
"64bit": {
"url": "https://github.com/camunda-cloud/zeebe/releases/download/1.3.7/camunda-cloud-zeebe-1.3.7.zip",
"hash": "sha1:9be66c8c91ab3aeb07b1861f40a29e6b4f183ffc"
}
},
"extract_dir": "camunda-cloud-zeebe-1.3.7",
"bin": [
[
"bin\\broker.bat",
"zeebe-broker"
],
[
"bin\\gateway.bat",
"zeebe-gateway"
],
"bin\\zbctl.exe"
]
}