ScoopInstaller_Main/bucket/sentry-cli.json
2025-12-17 16:31:15 +00:00

37 lines
1.3 KiB
JSON

{
"version": "3.0.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.0.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "a85b00f651ae73c345a75788378f31b210226193d54e421fe2d3974392af591b"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/3.0.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "e691b753e7477bc7ec72cd7b8149e34ef52754cbbcb774823c885576215f4683"
}
},
"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"
}
}
}
}