ScoopInstaller_Main/bucket/sentry-cli.json
2024-05-28 16:28:24 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.32.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/2.32.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "15366d0436e22da432481ad235a9194bf3d41ccaeb058627d3945681570d9353"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.32.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "007ad6f7da0e721ff7856ccbcb758ace112669c64077a465c8e4127f7930cd71"
}
},
"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"
}
}
}
}