ScoopInstaller_Main/bucket/sentry-cli.json
2021-04-13 16:56:14 +02:00

37 lines
1.3 KiB
JSON

{
"version": "1.64.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.64.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "e03b198f819941af22fb75d8082d3894d2aa5ae35a915dc26c86076ba98f866d"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.64.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "6ec3957bc00881826306fbe317c72f050f22c48b5a212561aa986ec6b9c7fcdf"
}
},
"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"
}
}
}
}