ScoopInstaller_Main/bucket/sentry-cli.json
2026-01-12 16:30:35 +00:00

37 lines
1.3 KiB
JSON

{
"version": "3.1.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/3.1.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "4bf13ff4116fe4ef80a35e962b83c1b60bf128a26fd431b29ae31893e4ed6f4d"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/3.1.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "52b2d33de223e0a459181fedc9d4841429fe1568c0d5d110695cccd76dafb6c7"
}
},
"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"
}
}
}
}