ScoopInstaller_Main/bucket/sentry-cli.json
2021-06-07 09:31:18 -07:00

37 lines
1.3 KiB
JSON

{
"version": "1.66.0",
"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.66.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "b0c5fe5ea6c97f88d0753894931d9f779d361623c42d04a8f281717f0c4ada23"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.66.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "48033b4dbce69e56add408fc69b89f54d61326e77590d887fd8ca8ad18b188e1"
}
},
"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"
}
}
}
}