ScoopInstaller_Main/bucket/sentry-cli.json
2023-11-24 20:23:53 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.22.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.22.2/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "027fb424da429b319d04b42452cd3cfaeb52922578f5f0ca113a9ad83332b99b"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.22.2/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "7e87aa1e5ec3755fda118daea4e79f92df7570e53d7e75f8025f10449977ff75"
}
},
"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"
}
}
}
}