diff --git a/bucket/zeebe.json b/bucket/zeebe.json index 832ce6e0d0..94e562c56d 100644 --- a/bucket/zeebe.json +++ b/bucket/zeebe.json @@ -1,24 +1,21 @@ { - "version": "0.26.3", + "version": "1.0.0", "description": "Distributed Workflow Engine for Microservices Orchestration", - "homepage": "https://zeebe.io", + "homepage": "https://camunda.com/products/cloud/workflow-engine/", "license": { - "identifier": "Zeebe Community License Version 1.0", - "url": "https://zeebe.io/legal/zeebe-community-license-1.0/" + "identifier": "Zeebe Community License v1.0", + "url": "https://camunda.com/legal/terms/cloud-terms-and-conditions/zeebe-community-license-v1-0/" }, "suggest": { - "JDK": [ - "java/oraclejdk", - "java/openjdk" - ] + "JDK": "java/openjdk" }, "architecture": { "64bit": { - "url": "https://github.com/zeebe-io/zeebe/releases/download/0.26.3/zeebe-distribution-0.26.3.zip", - "hash": "sha1:96c98b2f2f2893778b37b46bc6d9031a527ff660" + "url": "https://github.com/camunda-cloud/zeebe/releases/download/1.0.0/camunda-cloud-zeebe-1.0.0.zip", + "hash": "sha1:8595b56477790322cb249b040d3f88fea67286de" } }, - "extract_dir": "zeebe-broker-0.26.3", + "extract_dir": "camunda-cloud-zeebe-1.0.0", "bin": [ [ "bin\\broker.bat", @@ -31,17 +28,17 @@ "bin\\zbctl.exe" ], "checkver": { - "github": "https://github.com/zeebe-io/zeebe" + "github": "https://github.com/camunda-cloud/zeebe" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/zeebe-io/zeebe/releases/download/$version/zeebe-distribution-$version.zip" + "url": "https://github.com/camunda-cloud/zeebe/releases/download/$version/camunda-cloud-zeebe-$version.zip" } }, "hash": { "url": "$url.sha1sum" }, - "extract_dir": "zeebe-broker-$version" + "extract_dir": "camunda-cloud-zeebe-$version" } }