{
    "version": "0.4.0",
    "homepage": "https://github.com/nats-io/natscli",
    "description": "The NATS Command Line Interface.",
    "license": "Apache-2.0",
    "architecture": {
        "32bit": {
            "url": "https://github.com/nats-io/natscli/releases/download/v0.4.0/nats-0.4.0-windows-386.zip",
            "hash": "d3b89ccce0f12fd61123a8b24da703a86310c9541b18fe746041d04605705e09",
            "extract_dir": "nats-0.4.0-windows-386"
        },
        "64bit": {
            "url": "https://github.com/nats-io/natscli/releases/download/v0.4.0/nats-0.4.0-windows-amd64.zip",
            "hash": "72f87f901b6026f2b749dbf77b9b2d82590643e7c35f101809fcd5a01486c407",
            "extract_dir": "nats-0.4.0-windows-amd64"
        },
        "arm64": {
            "url": "https://github.com/nats-io/natscli/releases/download/v0.4.0/nats-0.4.0-windows-arm64.zip",
            "hash": "6261ad31ee5207034693fa3fe1aea33fc6652284e2d58f3e9932296647e517fe",
            "extract_dir": "nats-0.4.0-windows-arm64"
        }
    },
    "bin": "nats.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "32bit": {
                "url": "https://github.com/nats-io/natscli/releases/download/v$version/nats-$version-windows-386.zip",
                "extract_dir": "nats-$version-windows-386"
            },
            "64bit": {
                "url": "https://github.com/nats-io/natscli/releases/download/v$version/nats-$version-windows-amd64.zip",
                "extract_dir": "nats-$version-windows-amd64"
            },
            "arm64": {
                "url": "https://github.com/nats-io/natscli/releases/download/v$version/nats-$version-windows-arm64.zip",
                "extract_dir": "nats-$version-windows-arm64"
            }
        },
        "hash": {
            "url": "$baseurl/SHA256SUMS"
        }
    }
}
