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

37 lines
1.3 KiB
JSON

{
"version": "2.29.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.29.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "f87e9b049f0f7e3accf9a53f6b332f76145beb4f318115133756d3d3a5547208"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.29.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "18a056f444e686e8a64dadb312d995eec718eb6c5c77f1d37c38c2cb5ac7ea8c"
}
},
"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"
}
}
}
}