ScoopInstaller_Main/bucket/sentry-cli.json
2021-12-01 21:02:00 +00:00

37 lines
1.3 KiB
JSON

{
"version": "1.71.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.71.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "04e2838ebe77686e00a1c6fcfb7a6a0a00f0d874fe0b6a5b5d8a313a71cd5439"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.71.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "4b5991df7053bc14bfc1b3f88586b4b82c57926b85b2b1858ef3ea9bf1206e3a"
}
},
"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"
}
}
}
}