mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +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",
|
"homepage": "http://www.mongodb.org",
|
||||||
"version": "2.6.7",
|
"version": "3.2.3",
|
||||||
"license": "http://www.mongodb.org/about/licensing/",
|
"license": "http://www.mongodb.org/about/licensing/",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
@ -31,6 +31,6 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "http://www.mongodb.org/downloads",
|
"url": "http://www.mongodb.org/downloads",
|
||||||
"re": "Production Release \\(([^<]+)\\)"
|
"re": "Current Stable Release \\(([\\d.]+)\\)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user