2020-07-17 17:41:32 +02:00

48 lines
1.3 KiB
JSON

{
"version": "0.24.0",
"description": "Distributed Workflow Engine for Microservices Orchestration",
"homepage": "https://zeebe.io",
"license": {
"identifier": "Zeebe Community License Version 1.0",
"url": "https://zeebe.io/legal/zeebe-community-license-1.0/"
},
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"architecture": {
"64bit": {
"url": "https://github.com/zeebe-io/zeebe/releases/download/0.24.0/zeebe-distribution-0.24.0.zip",
"hash": "sha1:85c3c4dd5354b55d7f84edb9dc4d5b557b5b618c"
}
},
"extract_dir": "zeebe-broker-0.24.0",
"bin": [
[
"bin\\broker.bat",
"zeebe-broker"
],
[
"bin\\gateway.bat",
"zeebe-gateway"
],
"bin\\zbctl.exe"
],
"checkver": {
"github": "https://github.com/zeebe-io/zeebe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/zeebe-io/zeebe/releases/download/$version/zeebe-distribution-$version.zip"
}
},
"hash": {
"url": "$url.sha1sum"
},
"extract_dir": "zeebe-broker-$version"
}
}