ScoopInstaller_Main/bucket/sentry-cli.json
2020-02-24 12:01:49 +00:00

37 lines
1.3 KiB
JSON

{
"version": "1.51.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.51.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "b60afc388c52f1083f523939bb14f439c55de608827501c4e00e7b5ef31142cb"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.51.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "80aee68c04bc8061a345b5d685de9238f27dce8f8071b532758d5a1b56024b02"
}
},
"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"
}
}
}
}