ScoopInstaller_Main/bucket/sentry-cli.json
2022-06-17 12:31:34 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.2.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/2.2.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "b6531c7ba4f7214a0cd63bbf9831da95c4477848c3b932cb8ff7c73a9256a993"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.2.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "160eee4560a314e82eb772c7103cca2e1b86a0e0ea5f952c932336f4eb0b5276"
}
},
"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"
}
}
}
}