ScoopInstaller_Main/bucket/sentry-cli.json
2024-09-05 16:29:46 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.35.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/2.35.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "2596622de6e6f4cb0580b3ce1341b4f62390231aea0c30fc127c991d379a6ac6"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.35.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "bb0287880f98a4656f1af1ec1ff33331f161990c89f69766d170771ce13909e8"
}
},
"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"
}
}
}
}