mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 01:01:22 +00:00
Update sentry manifest for less broken updates
Use the "github" checkver type for robust update checks.
This commit is contained in:
parent
26173cba7c
commit
4a40b68e49
@ -19,7 +19,7 @@
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.49.0/sentry-cli-Windows-i686.exe",
|
||||
"hash": "5e237a443a3e3296a5880b4bb234fe7548171bf8",
|
||||
"hash": "fc7b9a77c7745c82aa8fc8b79c18c7b27403b1fc26505dd8345c5dc2356a5393",
|
||||
"bin": [
|
||||
[
|
||||
"sentry-cli-Windows-i686.exe",
|
||||
@ -31,16 +31,15 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"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": {
|
||||
"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": {
|
||||
"url": "https://github.com/getsentry/sentry-cli/releases",
|
||||
"regex": "sentry-cli ([\\d.]+)"
|
||||
"github": "https://github.com/getsentry/sentry-cli"
|
||||
},
|
||||
"version": "1.49.0"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user