ScoopInstaller_Main/bucket/sentry-cli.json
2022-08-16 16:33:57 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.5.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.5.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "3ad7867a2d3d6abde76cb7b6e98b54dc6b53f4877df77fa2cabcb643f3ecfb27"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.5.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "8418f46e67103c8573fd3502f30b42f4973ff79849c0c58b229c35fb7c61497e"
}
},
"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"
}
}
}
}