ScoopInstaller_Main/bucket/sentry-cli.json
2024-03-12 12:30:43 +00:00

37 lines
1.3 KiB
JSON

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