ScoopInstaller_Main/bucket/sentry-cli.json
Jakub Čábera efb70151d5 sentry-cli: Update to version 1.63.2
Fix newly added manifests
2021-04-02 11:41:59 +02:00

37 lines
1.3 KiB
JSON

{
"version": "1.63.2",
"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.63.2/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "a500846a885f603bc51bb1b95e59bd78b7b7b6e39a7fc503de7097f7ce73d710"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.63.2/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "fc119caca726b7de7509133898147c5ec213688bcb3ff25f1890310e8ebe8231"
}
},
"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"
}
}
}
}