ScoopInstaller_Main/bucket/sentry-cli.json
2022-03-30 16:48:19 +00:00

37 lines
1.3 KiB
JSON

{
"version": "1.74.3",
"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/1.74.3/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "0d2f372d98f53ea4d4df26161f1f821d5322b00a0227ce84ec939bf271c720ad"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.74.3/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "8fbef71c26cc3a034043eaa4d2efd9830c17c2500f069411283e2fa3f7a0f9db"
}
},
"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"
}
}
}
}