ScoopInstaller_Main/bucket/sentry-cli.json
2022-02-23 12:32:50 +00:00

37 lines
1.3 KiB
JSON

{
"version": "1.73.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.73.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "31b212913c1ffa0bfc1cf6823d0bcb699adf4bf0ef9f9c6e2218215aba9bc3ec"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.73.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "e691047003f9e10a1e1a6d689010d076374952ab2cd08afb2252f9d9da5437d2"
}
},
"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"
}
}
}
}