ScoopInstaller_Main/bucket/sentry-cli.json
2025-11-06 08:31:12 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.58.0",
"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/2.58.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "3f7e7d8ab53052fb6d41f3428df405b5cc521474d26d4bfd3fb6b05cd2e708c9"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.58.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "90c431804200c4bb600dd94667c0bd33bd33e486185cce3d168d65f74c2e2f02"
}
},
"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"
}
}
}
}