ScoopInstaller_Main/bucket/sentry-cli.json
2020-08-23 19:15:16 +02:00

37 lines
1.3 KiB
JSON

{
"version": "1.55.2",
"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.55.2/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "b0f41f0f7653349efa1d6074105a60280652a0332118e7ee486d2c393f1fe60a"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.55.2/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "f4a2fa155ec08a6e44915fe817703972b6882b54079f7c538083a766206bc539"
}
},
"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"
}
}
}
}