ScoopInstaller_Main/bucket/sentry-cli.json
2025-12-12 12:31:45 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.58.4",
"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.4/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "6183f8ef1d4823290ba95656654714a3c5c216914229b3914acd99a8b4be812d"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.58.4/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "e7314b4b95b969378a46be45b087dfe8cc5c017aceb43a5bbcab3d5e7d6730ea"
}
},
"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"
}
}
}
}