ScoopInstaller_Main/bucket/sentry-cli.json
2025-05-08 16:30:25 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.45.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.45.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "80ea63208346995844a184604ad09bfc9a91f747704d176fa9c4515dcb269050"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.45.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "46dad8c72c44135014c43776fbd5b42dd7f53b58abd23f93b0b870081f7ceb4a"
}
},
"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"
}
}
}
}