ScoopInstaller_Main/bucket/sentry-cli.json
2026-02-09 12:35:38 +00:00

37 lines
1.3 KiB
JSON

{
"version": "3.2.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.2.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "a417276f00f895659dfa21d0f0e847e056eccf2a457939ccd83424bf99174604"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/3.2.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "034c756e27768b872ae1bdec1eb3edfb32ec3f7d7576e7373a45ec0784e067ee"
}
},
"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"
}
}
}
}