ScoopInstaller_Main/bucket/sentry-cli.json
2026-02-20 16:33:09 +00:00

37 lines
1.3 KiB
JSON

{
"version": "3.2.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.2.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "eaee7b3cb26a6bf36974ad668d4a06f81b7c00cf191514f954b5249d9a37ec5d"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/3.2.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "c4a2a56750637d7630adfb0df09f4e53f70f43971998c4d5ed16d14d0d1cf265"
}
},
"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"
}
}
}
}