ScoopInstaller_Main/bucket/sentry-cli.json
2022-03-07 12:30:16 +00:00

37 lines
1.3 KiB
JSON

{
"version": "1.73.2",
"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.73.2/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "b6596a13760a25decee54ce3c5d7cc1214fff3c59c1e77d81ab0f920ad30c513"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.73.2/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "284b67e0c16aaf318f06784f29c4855af62a5c4a5cee32f98076baa455076c63"
}
},
"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"
}
}
}
}