ScoopInstaller_Main/bucket/sentry-cli.json
2021-07-05 08:48:17 -07:00

37 lines
1.3 KiB
JSON

{
"version": "1.67.0",
"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.67.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "dc97573b3b9580c9ad359699e09b24fc60ffeddd6be26b394ebf1c3ce9e9254a"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.67.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "974a02578b32734ee9aa0ad227de948641275dba045ae51ca03291ffa173f211"
}
},
"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"
}
}
}
}