ScoopInstaller_Main/bucket/sentry-cli.json
2022-01-25 16:30:58 +00:00

37 lines
1.3 KiB
JSON

{
"version": "1.72.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.72.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "c69d70930729c5adc5334fff942d63bbe79ae8b4f061fb3ca111ac4f255013c4"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.72.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "1b8f8f3def642eb5b4746f31b395a8b20e8fc17c27d0d770d6633ff3ea4c2a81"
}
},
"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"
}
}
}
}