ScoopInstaller_Main/bucket/sentry-cli.json
2023-08-03 16:26:03 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.20.4",
"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.20.4/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "4e7dfde7b0d54a755755f2b3133ec1c11b5f058883025849b113fa5ef7a95df5"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.20.4/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "5f10392c11d3a0e6ca98a8e85a0741f5b1e798d5b58ee09a923bd5fd2b70f449"
}
},
"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"
}
}
}
}