ScoopInstaller_Main/bucket/sentry-cli.json
2024-10-07 16:30:38 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.37.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.37.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "e39ff87eb09b7d579cbacc2eeecbf0652edcfb29725f88182d1c40a30eeeda49"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.37.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "3220bd2bbf55b354e2b433de12a81c026b699d5d0d1abd68eedfa74d2b8d96b5"
}
},
"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"
}
}
}
}