ScoopInstaller_Main/bucket/sentry-cli.json
2020-04-02 19:52:48 +02:00

37 lines
1.3 KiB
JSON

{
"version": "1.52.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.52.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "dab27c99fd7fb02fe6e026d243dd3a1b37d9c79b1bfb4cca6ea2309b1b320e66"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.52.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "53fc446d3699588fd166e9a8fe9570c7064828a815c6ca314de46c64bf0a5198"
}
},
"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"
}
}
}
}