ScoopInstaller_Main/bucket/sentry-cli.json
2021-10-12 06:53:09 +08:00

37 lines
1.3 KiB
JSON

{
"version": "1.69.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/1.69.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "c048d724ec16840c71ce18d025964efae5248bcf8a5e8d1cc5ad59b23014ce41"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.69.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "5ffbb655708884dd6b69d2d5032c44f839660ca128a6ba16f176c824091da152"
}
},
"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"
}
}
}
}