ScoopInstaller_Main/bucket/sentry-cli.json
2021-03-03 07:56:40 +01:00

37 lines
1.3 KiB
JSON

{
"version": "1.63.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.63.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "979522dd2e9ffd3f32aaf5d5327575ef07f7090cd14f2c18c2361942f0ace4f8"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.63.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "9fb052be44c99cf900b69982f462a30879f3a4ead790a30d5c891abc5948b9bb"
}
},
"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"
}
}
}
}