ScoopInstaller_Main/bucket/sentry-cli.json
2025-02-24 12:32:57 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.42.2",
"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.42.2/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "ef9c552f17fdd7d0043981aecf72906ddedee5d07d4699f8ee5a23103d6a2a05"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.42.2/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "8a9d33e406563f497df418b3c98094b7c0534d393349fd0e94feba7f8e85c006"
}
},
"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"
}
}
}
}