mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Fix mongodb version and checkver regex
This commit is contained in:
parent
b138bbf82c
commit
5cbdcfb90b
@ -1,6 +1,6 @@
|
||||
{
|
||||
"homepage": "http://www.mongodb.org",
|
||||
"version": "2.6.7",
|
||||
"version": "3.2.3",
|
||||
"license": "http://www.mongodb.org/about/licensing/",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
@ -31,6 +31,6 @@
|
||||
],
|
||||
"checkver": {
|
||||
"url": "http://www.mongodb.org/downloads",
|
||||
"re": "Production Release \\(([^<]+)\\)"
|
||||
"re": "Current Stable Release \\(([\\d.]+)\\)"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user