ScoopInstaller_Main/bucket/sentry-cli.json
2026-02-23 16:38:09 +00:00

37 lines
1.3 KiB
JSON

{
"version": "3.2.2",
"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.2/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "698554dad22de7fc4f9e777f59d99ec8430d2545e57708536d722e9ba2c975d9"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/3.2.2/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "d3495f65a3705109402a9eebd5a6d84e2f2bc1184f1b4d76be06d67f428ca711"
}
},
"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"
}
}
}
}