Merge pull request #101 from sakai135/checkver-for-mongodb

add checkver for mongodb
This commit is contained in:
Luke Sampson 2014-05-07 11:58:54 +10:00
commit 1589ad8ada

View File

@ -28,5 +28,9 @@
"bin\\mongos.exe",
"bin\\mongostat.exe",
"bin\\mongotop.exe"
]
],
"checkver": {
"url": "http://www.mongodb.org/downloads",
"re": "Production Release \\(([^<]+)\\)"
}
}