ScoopInstaller_Main/bucket/sentry-cli.json
2021-05-10 12:37:36 +02:00

37 lines
1.3 KiB
JSON

{
"version": "1.64.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.64.2/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "b49afaba125fd5401350ce5a74c9c542413bfa9638d22e21de88c083b0ed94e7"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.64.2/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "400b330bda753d0d6021a1b39ecd044fbf5d0cce5643071ef6ae3b2f433a7fa7"
}
},
"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"
}
}
}
}