2021-12-17 12:30:53 +00:00

45 lines
1.3 KiB
JSON

{
"version": "1.2.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.2.7/camunda-cloud-zeebe-1.2.7.zip",
"hash": "sha1:075ee59507508281936322096e3860942d706f60"
}
},
"extract_dir": "camunda-cloud-zeebe-1.2.7",
"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"
}
}