ScoopInstaller_Main/bucket/sentry-cli.json
2020-12-02 19:12:24 +01:00

37 lines
1.3 KiB
JSON

{
"version": "1.60.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.60.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "2ff2f8b3044f78e0842e1dde5aaf5f02f74c329748286a47657c2f37b80e8283"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.60.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "e32fad54c16a847e575d6e8ce18ccdf0bf8819637531418df786e9c67a939ec8"
}
},
"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"
}
}
}
}