mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 20:55:14 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "2.15.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.15.1/sentry-cli-Windows-x86_64.exe#/sentry.exe",
|
|
"hash": "80d85b3644c657a4b28430f6db630c9da2ad3c934ebf44c77cb28f893d766d8a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.15.1/sentry-cli-Windows-i686.exe#/sentry.exe",
|
|
"hash": "ca7b1e642b0d17fdda2219cd16f1f514686d3a8daf09d4c2d0671f43b739f307"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|