ScoopInstaller_Main/bucket/sentry-cli.json
2021-09-30 05:08:58 -07:00

37 lines
1.3 KiB
JSON

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