ScoopInstaller_Main/bucket/sentry-cli.json
2020-05-19 08:48:11 +02:00

37 lines
1.3 KiB
JSON

{
"version": "1.53.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.53.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "8c18dcec8318cff7b88421b9280b53dec264879e505deae2eb52575786827d35"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.53.0/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "d9db8cbbe1fa044dd9f26c84158b0c6d59c9b7183018f706ba65568562b9ebc9"
}
},
"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"
}
}
}
}