2022-02-15 16:29:05 +00:00

45 lines
1.3 KiB
JSON

{
"version": "1.3.4",
"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.4/camunda-cloud-zeebe-1.3.4.zip",
"hash": "sha1:8cfd6a67f947342009db1a155c7719184f082115"
}
},
"extract_dir": "camunda-cloud-zeebe-1.3.4",
"bin": [
[
"bin\\broker.bat",
"zeebe-broker"
],
[
"bin\\gateway.bat",
"zeebe-gateway"
],
"bin\\zbctl.exe"
],
"checkver": {
"github": "https://github.com/camunda-cloud/zeebe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/camunda-cloud/zeebe/releases/download/$version/camunda-cloud-zeebe-$version.zip"
}
},
"hash": {
"url": "$url.sha1sum"
},
"extract_dir": "camunda-cloud-zeebe-$version"
}
}