{
    "version": "0.15.0",
    "description": "Fast, script-friendly CLI for Gmail, Drive, Calendar, and other Google Workspace apps.",
    "homepage": "https://gogcli.sh",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/steipete/gogcli/releases/download/v0.15.0/gogcli_0.15.0_windows_amd64.zip",
            "hash": "eee05a45010f3b144b20c45571b338dbfb511acd771eaf0ac4001b9cd61498fb"
        },
        "arm64": {
            "url": "https://github.com/steipete/gogcli/releases/download/v0.15.0/gogcli_0.15.0_windows_arm64.zip",
            "hash": "18652136a8f16fd317974017b340663cdadeeaa8f5158664fb9fe983f5ff3a93"
        }
    },
    "bin": "gog.exe",
    "checkver": {
        "github": "https://github.com/steipete/gogcli"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/steipete/gogcli/releases/download/v$version/gogcli_$version_windows_amd64.zip"
            },
            "arm64": {
                "url": "https://github.com/steipete/gogcli/releases/download/v$version/gogcli_$version_windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
