ScoopInstaller_Main/bucket/sentry-cli.json
2024-10-30 16:30:15 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.38.1",
"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.38.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "5f6e48b5111ba342f97babb2f97dc329c5e202e6f188cbbc8b8ab9bb368ee915"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.38.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "466a1c829a303ef27c1285cda9c214b1cfa50f97b3f9a142800340390ddbe579"
}
},
"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"
}
}
}
}