mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "1.68.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.68.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
|
|
"hash": "67017c684e92ddb36e9e1284cdd0ffe080b89e94d7dd94f61756ac3b51a3de35"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.68.0/sentry-cli-Windows-i686.exe#/sentry.exe",
|
|
"hash": "85f5c801edad6b48fd461e077055af2d08edd2edc76bd49432f5e98eccf3d4ea"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|