zeebe: Update to version 0.25.3

This commit is contained in:
Jakub Čábera 2020-12-11 08:05:23 +01:00
parent 1ff4770ecc
commit d8e0ad4dc7

View File

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