ScoopInstaller_Main/bucket/sentry-cli.json
2024-02-12 20:23:26 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.28.5",
"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.28.5/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "df9e0a53c0a2869843ebb3499fcdaaff1fc4b2c96f7e29f8545d3e2701b70cab"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.28.5/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "e20cb37fdb8fbf7495f9657f66d0098cf5f42f83e14e0037320c37a4e099e03e"
}
},
"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"
}
}
}
}