zeebe: Add version 0.22.1 #789

This commit is contained in:
Julian 2020-02-24 16:37:01 +01:00 committed by GitHub
parent 18f5da9d30
commit 79ba5dd586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

47
bucket/zeebe.json Normal file
View File

@ -0,0 +1,47 @@
{
"version": "0.22.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.22.1/zeebe-distribution-0.22.1.zip",
"hash": "sha1:ee93fd7cc85b3a315e7da74d2309da40adf60b65"
}
},
"extract_dir": "zeebe-broker-0.22.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"
}
}