ScoopInstaller_Main/bucket/sentry-cli.json
2025-11-11 16:30:24 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.58.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/2.58.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "e3df9ac4efa1a8407bab95beaa2adde6f7addb39312c37796d9f2c9d12441a0a"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.58.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "865f2994f1919b9ffcd1672f8483439991a8365781e57e0f4c7f03f5b2f2ebbc"
}
},
"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"
}
}
}
}