{
    "version": "0.1.1",
    "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.1.1/nats-0.1.1-windows-386.zip",
            "hash": "df21474c56bcfc828863d3c0761420dba64331936c3efe45f9fa8f1f966350b9",
            "extract_dir": "nats-0.1.1-windows-386"
        },
        "64bit": {
            "url": "https://github.com/nats-io/natscli/releases/download/v0.1.1/nats-0.1.1-windows-amd64.zip",
            "hash": "040b3b088b7d37c19ed7deebb8ae5b1fb2dcd39e1957060e1ff82120b661777e",
            "extract_dir": "nats-0.1.1-windows-amd64"
        },
        "arm64": {
            "url": "https://github.com/nats-io/natscli/releases/download/v0.1.1/nats-0.1.1-windows-arm64.zip",
            "hash": "4a7b735d5b96d06e657df21987c57ec08fbe8f1f84bd9ff9410b3073f95828cc",
            "extract_dir": "nats-0.1.1-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"
            }
        }
    }
}
