mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "2.54.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/2.54.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
|
|
"hash": "0a445473c83d6609ec8fde303588adb5d208615b7f802fdd8f0a37e22d95e426"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.54.0/sentry-cli-Windows-i686.exe#/sentry.exe",
|
|
"hash": "070f513b06b42604a68fdeb80c6dc2c6b8c9cff139ae5f819f93ad459a093313"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|