mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 01:01:22 +00:00
New manifest for sentry-cli
sentry.io is an open-source error-reporting tool. It provides a CLI program for automating the platform, e.g. for defining a new release of your project.
This commit is contained in:
parent
fa5a8bdaf4
commit
364ea07480
46
bucket/sentry-cli.sjon
Normal file
46
bucket/sentry-cli.sjon
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"license": {
|
||||||
|
"identifier": "BSD-3-Clause",
|
||||||
|
"url": "https://github.com/getsentry/sentry-cli/blob/master/LICENSE"
|
||||||
|
},
|
||||||
|
"description": "A command line utility to work with Sentry.",
|
||||||
|
"depends": "",
|
||||||
|
"homepage": "https://sentry.io",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.49.0/sentry-cli-Windows-x86_64.exe",
|
||||||
|
"hash": "2411467473e516db670b69afa7ab4c2a7124b361c38a361071e14ee2b7135d06",
|
||||||
|
"bin": [
|
||||||
|
[
|
||||||
|
"sentry-cli-Windows-x86_64.exe",
|
||||||
|
"sentry"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.49.0/sentry-cli-Windows-i686.exe",
|
||||||
|
"hash": "5e237a443a3e3296a5880b4bb234fe7548171bf8",
|
||||||
|
"bin": [
|
||||||
|
[
|
||||||
|
"sentry-cli-Windows-i686.exe",
|
||||||
|
"sentry"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/getsentry/sentry-cli/releases/download/$cleanVersion/sentry-cli-Windows-x86_64.exe"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/getsentry/sentry-cli/releases/download/$cleanVersion/sentry-cli-Windows-i686.exe",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"checkver": {
|
||||||
|
"url": "https://github.com/getsentry/sentry-cli/releases",
|
||||||
|
"regex": "sentry-cli ([\\d.]+)"
|
||||||
|
},
|
||||||
|
"version": "1.49.0"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user