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

@ -19,7 +19,7 @@
}, },
"32bit": { "32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.49.0/sentry-cli-Windows-i686.exe", "url": "https://github.com/getsentry/sentry-cli/releases/download/1.49.0/sentry-cli-Windows-i686.exe",
"hash": "5e237a443a3e3296a5880b4bb234fe7548171bf8", "hash": "fc7b9a77c7745c82aa8fc8b79c18c7b27403b1fc26505dd8345c5dc2356a5393",
"bin": [ "bin": [
[ [
"sentry-cli-Windows-i686.exe", "sentry-cli-Windows-i686.exe",
@ -31,16 +31,15 @@
"autoupdate": { "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/$version/sentry-cli-Windows-x86_64.exe"
}, },
"32bit": { "32bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/$cleanVersion/sentry-cli-Windows-i686.exe", "url": "https://github.com/getsentry/sentry-cli/releases/download/$version/sentry-cli-Windows-i686.exe"
} }
} }
}, },
"checkver": { "checkver": {
"url": "https://github.com/getsentry/sentry-cli/releases", "github": "https://github.com/getsentry/sentry-cli"
"regex": "sentry-cli ([\\d.]+)"
}, },
"version": "1.49.0" "version": "1.49.0"
} }