ScoopInstaller_Main/bucket/sentry-cli.json
2021-07-07 09:09:27 -07:00

37 lines
1.3 KiB
JSON

{
"version": "1.67.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.67.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "c901b81f6597ff892fcace52d1222101923a4e7dc3718c6133d9aef3f1db7e75"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.67.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "f602d43f487fbdee22ac81669ccaa41e425ac00525fb702ec5ee5a6d720ffc16"
}
},
"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"
}
}
}
}