ScoopInstaller_Main/bucket/sentry-cli.json
2022-04-12 16:29:57 +00:00

37 lines
1.3 KiB
JSON

{
"version": "2.0.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/2.0.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
"hash": "00df30fa383c90e27a14f8ddb151f8b29a7edb78507e8832350260bd0e131209"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.0.1/sentry-cli-Windows-i686.exe#/sentry.exe",
"hash": "83965514cc737d6d96cd04d39d0ba91a26fa7881e3bcd325ac89a60d615f4de1"
}
},
"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"
}
}
}
}