ScoopInstaller_Main/bucket/sentry-cli.json
2024-09-10 12:32:25 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.36.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.36.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "cdb452c61daa25d02a2607ed6411216fc67e6feb0f75693931309c3830cd5543"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.36.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "b24621e338ef44892a735fb4d65eac8f0193fbbe4a2a20b2f3a89702ccdaad07"
}
},
"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"
}
}
}
}