Update sentry manifest for less broken updates

Use the "github" checkver type for robust update checks.
This commit is contained in:
Alastair Smith 2020-01-19 23:36:36 +00:00 committed by GitHub
parent 26173cba7c
commit 4a40b68e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,46 +1,45 @@
{ {
"license": { "license": {
"identifier": "BSD-3-Clause", "identifier": "BSD-3-Clause",
"url": "https://github.com/getsentry/sentry-cli/blob/master/LICENSE" "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": { "description": "A command line utility to work with Sentry.",
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.49.0/sentry-cli-Windows-i686.exe", "depends": "",
"hash": "5e237a443a3e3296a5880b4bb234fe7548171bf8", "homepage": "https://sentry.io",
"bin": [
[
"sentry-cli-Windows-i686.exe",
"sentry"
]
]
}
},
"autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/$cleanVersion/sentry-cli-Windows-x86_64.exe" "url": "https://github.com/getsentry/sentry-cli/releases/download/1.49.0/sentry-cli-Windows-x86_64.exe",
}, "hash": "2411467473e516db670b69afa7ab4c2a7124b361c38a361071e14ee2b7135d06",
"32bit": { "bin": [
"url": "https://github.com/getsentry/sentry-cli/releases/download/$cleanVersion/sentry-cli-Windows-i686.exe", [
} "sentry-cli-Windows-x86_64.exe",
} "sentry"
}, ]
"checkver": { ]
"url": "https://github.com/getsentry/sentry-cli/releases", },
"regex": "sentry-cli ([\\d.]+)" "32bit": {
}, "url": "https://github.com/getsentry/sentry-cli/releases/download/1.49.0/sentry-cli-Windows-i686.exe",
"version": "1.49.0" "hash": "fc7b9a77c7745c82aa8fc8b79c18c7b27403b1fc26505dd8345c5dc2356a5393",
"bin": [
[
"sentry-cli-Windows-i686.exe",
"sentry"
]
]
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/$version/sentry-cli-Windows-x86_64.exe"
},
"32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/$version/sentry-cli-Windows-i686.exe"
}
}
},
"checkver": {
"github": "https://github.com/getsentry/sentry-cli"
},
"version": "1.49.0"
} }