zeebe: Update to version 0.20.2

This commit is contained in:
Jakub Čábera 2020-05-13 15:24:16 +02:00
parent 31f77778ac
commit 4deac34a20

View File

@ -1,5 +1,5 @@
{ {
"version": "0.23.1", "version": "0.20.2",
"description": "Distributed Workflow Engine for Microservices Orchestration", "description": "Distributed Workflow Engine for Microservices Orchestration",
"homepage": "https://zeebe.io", "homepage": "https://zeebe.io",
"license": { "license": {
@ -14,11 +14,11 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/zeebe-io/zeebe/releases/download/0.23.1/zeebe-distribution-0.23.1.zip", "url": "https://github.com/zeebe-io/zeebe/releases/download/0.20.2/zeebe-distribution-0.20.2.zip",
"hash": "sha1:9ece3e5e3a90dec6d660586deb5a3157af50249e" "hash": "sha1:a615c8ca5ed107c4e6845b338bd448a2c10f89fe"
} }
}, },
"extract_dir": "zeebe-broker-0.23.1", "extract_dir": "zeebe-broker-0.20.2",
"bin": [ "bin": [
[ [
"bin\\broker.bat", "bin\\broker.bat",