mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "2.7.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.7.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
|
|
"hash": "76f3bf7c8edca9b660b82f53d5b94e9dc0505075d5cfb2ace09d807f9ed22bf0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.7.0/sentry-cli-Windows-i686.exe#/sentry.exe",
|
|
"hash": "f4877fca56d94c56784baca8140dd5e7552db1dae646c0b107be350b3b5f5209"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|