ScoopInstaller_Main/bucket/sentry-cli.json
2020-07-01 16:51:22 +02:00

37 lines
1.3 KiB
JSON

{
"version": "1.55.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.55.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "4b2119fb0c9cb3909a95b8ff669612a33e06926de7eab62f7c7e6ec7d6d596fb"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.55.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "177e043c3a0cc44bb3ccfcb26f17b44ea06c642392736403adf425f006fe104d"
}
},
"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"
}
}
}
}