{
    "version": "8.9.4",
    "description": "Distributed Workflow Engine for Microservices Orchestration",
    "homepage": "https://camunda.com/products/cloud/workflow-engine/",
    "license": {
        "identifier": "Zeebe Community License v1.0",
        "url": "https://camunda.com/legal/terms/cloud-terms-and-conditions/zeebe-community-license-v1-0/"
    },
    "notes": [
        "If you are upgrading from version 1.x, you can follow the instructions on this page to migrate the settings:",
        "https://docs.camunda.io/docs/guides/update-guide/130-to-800/"
    ],
    "suggest": {
        "JDK": "java/openjdk"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/camunda/camunda/releases/download/8.9.4/camunda-zeebe-8.9.4.zip",
            "hash": "3dc454abf44b7a6c4bbaff4adb76156952a546da430edb5de6e747bfd887a06c"
        }
    },
    "extract_dir": "camunda-zeebe-8.9.4",
    "bin": [
        [
            "bin\\broker.bat",
            "zeebe-broker"
        ],
        [
            "bin\\gateway.bat",
            "zeebe-gateway"
        ]
    ],
    "checkver": {
        "github": "https://github.com/camunda/camunda"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/camunda/camunda/releases/download/$version/camunda-zeebe-$version.zip"
            }
        },
        "extract_dir": "camunda-zeebe-$version"
    }
}
