ScoopInstaller_Main/bucket/sentry-cli.json
2024-01-17 16:27:50 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.25.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/2.25.2/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "fdf051e6b70ae20939012b5a77746716c00d529cf6744556f37371e4cae25678"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.25.2/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "81c23df87567e736fc70f106640e4ed837c79a7e53f10d0b01b3d7da4a94e9c6"
}
},
"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"
}
}
}
}