ScoopInstaller_Main/bucket/sentry-cli.json
2024-04-30 16:28:19 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.31.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.31.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "114c4c0143bd3d98bf9c21f8d2ead34281124ce9577eef846daebd6162e2b9b3"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.31.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "f15df23b71fd2583405b0eca21ca30d5107a88f0b4ca00ab982e77a5300354e4"
}
},
"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"
}
}
}
}