mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
mongodb: Fix checkver
Avoid matching "6.0.0-rc0"
This commit is contained in:
parent
a372a8daa7
commit
311ef0484c
@ -49,8 +49,7 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "http://downloads.mongodb.org/current.json",
|
"url": "http://downloads.mongodb.org/current.json",
|
||||||
"jsonpath": "$.versions..version",
|
"regex": "\"version\"\\:\\s+\"([\\d.]+)\""
|
||||||
"regex": "(\\d+(\\.\\d+)*)"
|
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user