ScoopInstaller_Main/bucket/sentry-cli.json
2025-03-27 12:31:29 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.43.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.43.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "72d42103274135e0e3d0c77dae4632a2f6ebb2e4371b7f9af1aacf15e5d6e19c"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.43.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "756e79d6c89ddff1a8107f654786c2130f73276650fa46a16b4ddc8cd5c244c8"
}
},
"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"
}
}
}
}