zeebe: Update to version 0.24.6

This commit is contained in:
Jakub Čábera 2020-12-01 15:03:51 +01:00
parent 513646109a
commit 13415f2d8b

View File

@ -1,5 +1,5 @@
{ {
"version": "0.24.5", "version": "0.24.6",
"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.24.5/zeebe-distribution-0.24.5.zip", "url": "https://github.com/zeebe-io/zeebe/releases/download/0.24.6/zeebe-distribution-0.24.6.zip",
"hash": "sha1:39ff78cb15ec2c22a64aa52bbb851618691103fa" "hash": "sha1:b7ce7c9f27ab61e5423a36d4ba1255f0b35e32cd"
} }
}, },
"extract_dir": "zeebe-broker-0.24.5", "extract_dir": "zeebe-broker-0.24.6",
"bin": [ "bin": [
[ [
"bin\\broker.bat", "bin\\broker.bat",