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

37 lines
1.3 KiB
JSON

{
"version": "2.19.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/2.19.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "87d1d8d9b0c99b9cf35a25b1e6fa21ba11af6604fea0b825fa2b175f9a9b36bc"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.19.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "4c433677c22ce337c768a82a924b95986f1508dae64aab8d60053faad114291d"
}
},
"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"
}
}
}
}