ScoopInstaller_Main/bucket/sentry-cli.json
2021-04-22 18:16:51 +02:00

37 lines
1.3 KiB
JSON

{
"version": "1.64.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/1.64.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "9f0e5a6d9a7e4cddbb08daaa46f7ec3baca52144a00edb41d426ca39f5c4d1f1"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.64.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "26079b6d3aea60a2d46752cecc70246fa72255fff3df1b4e821e5044964ef439"
}
},
"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"
}
}
}
}