ScoopInstaller_Main/bucket/sentry-cli.json
2020-09-15 16:18:33 +02:00

37 lines
1.3 KiB
JSON

{
"version": "1.57.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.57.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "e9be1402887a342154e2e27a26031eed3bb9a103db4ecf0e6674c2d322213186"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.57.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "3235db9db58013d900793b3cbcb57c1255f6e6ffcf9113ac8529abdce5e1fc7b"
}
},
"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"
}
}
}
}