ScoopInstaller_Main/bucket/sentry-cli.json
2021-10-21 08:51:12 -07:00

37 lines
1.3 KiB
JSON

{
"version": "1.70.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/1.70.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "c18b06c60bfb6acf0ec0408fb962d552df8210d790ac8f656ba14e903ecbe9a0"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.70.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "626bc1aba73ffb250c99c37fe4cc419ce7c0f8257e854a891f2519b0bc54312a"
}
},
"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"
}
}
}
}