ScoopInstaller_Main/bucket/sentry-cli.json
2025-12-15 16:31:23 +00:00

37 lines
1.3 KiB
JSON

{
"version": "3.0.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/3.0.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "4acb63ef42e59f9e1aee920e0b399d1781a91f8f25b666b75313a4444ca6a3dc"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/3.0.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "e3dde3c0b24a3b2ab37f75846b7e89e8698c53db08bbdc73f7b37860e285afca"
}
},
"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"
}
}
}
}