{
    "version": "24.6.0",
    "description": "The stream database optimized for event sourcing",
    "homepage": "https://eventstore.org/",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/EventStore/EventStore/releases/download/oss-v24.6.0/EventStore-OSS-Windows-2019-v24.6.0.zip",
            "hash": "00504c0e03593f9882a7e496b45a399d46e03f89029c369001d29b801c07f11a"
        }
    },
    "extract_dir": "EventStore-OSS-Windows-2019-v24.6.0",
    "bin": [
        [
            "EventStore.ClusterNode.exe",
            "eventstore"
        ],
        "EventStore.ClusterNode.exe",
        "EventStore.TestClient.exe"
    ],
    "checkver": {
        "url": "https://eventstore.org/downloads",
        "regex": "Latest version: ([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/EventStore/EventStore/releases/download/oss-v$version/EventStore-OSS-Windows-2019-v$version.zip"
            }
        },
        "extract_dir": "EventStore-OSS-Windows-2019-v$version"
    }
}
