ScoopInstaller_Main/bucket/sentry-cli.json
2023-04-28 08:27:38 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.17.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.17.5/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "4ee6d34cce58bed122acc1602d327c28c9b82fa9e64bcc73100012e644e6537a"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.17.5/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "718209c411305dc4d86676dba6bef09e7c69bce03ce457c09f3b05ae08e1126e"
}
},
"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"
}
}
}
}