ScoopInstaller_Main/bucket/sentry-cli.json
2020-07-27 16:54:24 +02:00

37 lines
1.3 KiB
JSON

{
"version": "1.55.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.55.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "feb16cf5785c5678bea704700f6d1ec5d0d8bcdac0d12e0793cd83a2a45c785e"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.55.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "bca2216be3c35da3d383a2110da18d12bf987f70a60bed68fa8075ce15309c54"
}
},
"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"
}
}
}
}