ScoopInstaller_Main/bucket/sentry-cli.json
2023-05-22 16:28:59 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.18.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.18.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "ecac161350b928081ec748a831bd687a60d42fcbbed059a6c96927084504d225"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.18.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "5083108cdfe437b5d33d7a07214c09b6bce2fc802c800e86519b711de22d6400"
}
},
"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"
}
}
}
}