mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 12:11:21 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "1.72.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/1.72.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
|
|
"hash": "e2edac18c648793eb47b43381c7d5f9d48a8b3a040187f19a41a0f70f59d03e4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.72.0/sentry-cli-Windows-i686.exe#/sentry.exe",
|
|
"hash": "bbc061edf576351ea9b06b5a130e0f410d67edc91bf7d97cf718d9f7a6e0644b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|