ScoopInstaller_Main/bucket/sentry-cli.json
2024-08-28 12:31:45 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.34.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.34.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "1af3cda13f9c78013b0b427bb97e6f4fe7294489e062900ce0b306cbfe27af12"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.34.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "1a47533a745b65e9e7337e79da7c988726d9009a5ff39e8f6572b97205b0fefe"
}
},
"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"
}
}
}
}