ScoopInstaller_Main/bucket/sentry-cli.json
2023-06-27 12:30:59 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.1.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.1.4/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "a33e783bfdf70276aaa85cad6db38b994406f58119269c3f30976ba498ed86a6"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.1.4/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "379c2cf9434a670529aa51d1c9ff381a30106f29639852484252cdd017da0d06"
}
},
"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"
}
}
}
}