ScoopInstaller_Main/bucket/sentry-cli.json
2024-09-09 16:30:12 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.36.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.36.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "0c85361ff41d5fa863e9a0c93f72c1a3e90f2d1888c71223bb3c723f3c80fe81"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.36.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "107f1f85b3eb7394ea37f9fde6b3110269532288e5de327ebeee2df8a31d7ba3"
}
},
"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"
}
}
}
}