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