ScoopInstaller_Main/bucket/sentry-cli.json
2024-07-23 12:31:43 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.33.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/2.33.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "a49885b721cf3d1333e2dd654f5a753a5a389a67caf1717971360d717f3d1f93"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.33.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "f6e355b556fda1e57879bce6b6b3e7053a70d9161cf147361ad480c3f07d3ad3"
}
},
"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"
}
}
}
}