{
    "version": "3.4.1",
    "description": "Connect to the Sentry API and manage projects related data.",
    "homepage": "https://docs.sentry.io/cli/",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/getsentry/sentry-cli/releases/download/3.4.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
            "hash": "e8448f165f34ba973daca7fee860f5a43f7cfe95c0044f2275716b7ff56cc960"
        },
        "32bit": {
            "url": "https://github.com/getsentry/sentry-cli/releases/download/3.4.1/sentry-cli-Windows-i686.exe#/sentry.exe",
            "hash": "cfacd68c59a19509c0c6c08bb7e4c043fc659397a0968ae3d3359ad68c7f4900"
        }
    },
    "bin": [
        "sentry.exe",
        [
            "sentry.exe",
            "sentry-cli"
        ]
    ],
    "checkver": {
        "github": "https://github.com/getsentry/sentry-cli"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/getsentry/sentry-cli/releases/download/$version/sentry-cli-Windows-x86_64.exe#/sentry.exe"
            },
            "32bit": {
                "url": "https://github.com/getsentry/sentry-cli/releases/download/$version/sentry-cli-Windows-i686.exe#/sentry.exe"
            }
        }
    }
}
