{
    "version": "1.7.0",
    "description": "Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal",
    "homepage": "https://docs.temporal.io/cli",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/temporalio/cli/releases/download/v1.7.0/temporal_cli_1.7.0_windows_amd64.zip",
            "hash": "ce84637dbf794d71e0c530d1b250edfb7b692784213e234f7d50ea310491e01a"
        },
        "arm64": {
            "url": "https://github.com/temporalio/cli/releases/download/v1.7.0/temporal_cli_1.7.0_windows_arm64.zip",
            "hash": "004d8d9c452d7474b4fb2a1ee8921497f002a1aec958857827d42965def5de42"
        }
    },
    "bin": "temporal.exe",
    "checkver": {
        "github": "https://github.com/temporalio/cli"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/temporalio/cli/releases/download/v$version/temporal_cli_$version_windows_amd64.zip"
            },
            "arm64": {
                "url": "https://github.com/temporalio/cli/releases/download/v$version/temporal_cli_$version_windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt",
            "regex": "$sha256\\s+$basename"
        }
    }
}
