ScoopInstaller_Main/bucket/sentry-cli.json
2020-09-08 08:37:12 +02:00

37 lines
1.3 KiB
JSON

{
"version": "1.56.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.56.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "02ce26fc1dcf9c63f38d022be2eb990333f156899cdeaee81f13e31e1478a632"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.56.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "9d706c6a6c2f92d9102eb73e873093ed26624d10d7e9f5825942c603f5c5a8c6"
}
},
"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"
}
}
}
}