zeebe: Update to version 1.2.0

This commit is contained in:
Jakub Čábera 2021-10-12 08:46:17 -07:00
parent 762b2cce67
commit db4508bddc

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.3", "version": "1.2.0",
"description": "Distributed Workflow Engine for Microservices Orchestration", "description": "Distributed Workflow Engine for Microservices Orchestration",
"homepage": "https://camunda.com/products/cloud/workflow-engine/", "homepage": "https://camunda.com/products/cloud/workflow-engine/",
"license": { "license": {
@ -11,11 +11,11 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/camunda-cloud/zeebe/releases/download/1.1.3/camunda-cloud-zeebe-1.1.3.zip", "url": "https://github.com/camunda-cloud/zeebe/releases/download/1.2.0/camunda-cloud-zeebe-1.2.0.zip",
"hash": "sha1:ff67e20c761a9473314e512dc07a7bf1c094d345" "hash": "sha1:5bda6a443bfa1a629e2dba7806b1c6cf2ed1631c"
} }
}, },
"extract_dir": "camunda-cloud-zeebe-1.1.3", "extract_dir": "camunda-cloud-zeebe-1.2.0",
"bin": [ "bin": [
[ [
"bin\\broker.bat", "bin\\broker.bat",