mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +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": {
|
||||
"url": "http://downloads.mongodb.org/current.json",
|
||||
"jsonpath": "$.versions..version",
|
||||
"regex": "(\\d+(\\.\\d+)*)"
|
||||
"regex": "\"version\"\\:\\s+\"([\\d.]+)\""
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user