2021-02-18 18:25:54 +01:00

48 lines
1.3 KiB
JSON

{
"version": "0.26.1",
"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.26.1/zeebe-distribution-0.26.1.zip",
"hash": "sha1:da27fc7bb1135f6e7f86b37258980f5f47138d27"
}
},
"extract_dir": "zeebe-broker-0.26.1",
"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"
}
}