ScoopInstaller_Main/bucket/sentry-cli.json
2022-07-07 16:31:20 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.3.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.3.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "060282804bc34cc50d89cfbcbdf0c841a4d70440cb99d7b096a29e82cfa1c602"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.3.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "ba2b0a5db70caa214a4721fa733a10fe113286def641a3f0b060c9b3c270e9d7"
}
},
"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"
}
}
}
}