{
    "version": "2.14.0",
    "description": "High-Performance server for NATS.io, the cloud and edge native messaging system",
    "homepage": "https://github.com/nats-io/nats-server",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/nats-io/nats-server/releases/download/v2.14.0/nats-server-v2.14.0-windows-amd64.zip",
            "hash": "09ba382669cc4df390f97f16f08481f040eef0bb17ca5f2d71104b4be4cd613a",
            "extract_dir": "nats-server-v2.14.0-windows-amd64"
        },
        "32bit": {
            "url": "https://github.com/nats-io/nats-server/releases/download/v2.14.0/nats-server-v2.14.0-windows-386.zip",
            "hash": "9a4b6ecb83f61e9b366655514fb32a34a499394b744f1c7eaa00aee9d0425603",
            "extract_dir": "nats-server-v2.14.0-windows-386"
        },
        "arm64": {
            "url": "https://github.com/nats-io/nats-server/releases/download/v2.14.0/nats-server-v2.14.0-windows-arm64.zip",
            "hash": "75982cb2256078d49b0425fc37a49de7674e4b23eea0a849836b232ebbf7fa52",
            "extract_dir": "nats-server-v2.14.0-windows-arm64"
        }
    },
    "bin": "nats-server.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/nats-io/nats-server/releases/download/v$version/nats-server-v$version-windows-amd64.zip",
                "extract_dir": "nats-server-v$version-windows-amd64"
            },
            "32bit": {
                "url": "https://github.com/nats-io/nats-server/releases/download/v$version/nats-server-v$version-windows-386.zip",
                "extract_dir": "nats-server-v$version-windows-386"
            },
            "arm64": {
                "url": "https://github.com/nats-io/nats-server/releases/download/v$version/nats-server-v$version-windows-arm64.zip",
                "extract_dir": "nats-server-v$version-windows-arm64"
            }
        },
        "hash": {
            "url": "https://github.com/nats-io/nats-server/releases/download/v$version/SHA256SUMS"
        }
    }
}
