ScoopInstaller_Main/bucket/sentry-cli.json
2023-03-06 20:28:15 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.14.4",
"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/2.14.4/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "78295ed9b00f782050c259eae2abf7c9017b19ad01c1445f885a4e6228d811ec"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.14.4/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "61a0b5bc17421c1d1e21fe1af979475c214c93f514014b1c43c13da235d4e295"
}
},
"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"
}
}
}
}