mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
MongoDB: Use jsonpath for checkver (#3261)
This commit is contained in:
parent
aa5875f325
commit
cd8f3ed8ff
@ -49,7 +49,8 @@
|
||||
],
|
||||
"checkver": {
|
||||
"url": "http://downloads.mongodb.org/current.json",
|
||||
"regex": "version\": \"(\\d+(\\.\\d+)*)\""
|
||||
"jsonpath": "$.versions..version",
|
||||
"regex": "(\\d+(\\.\\d+)*)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user