add checkver for mongodb

This commit is contained in:
sakai135 2014-05-06 21:39:16 -04:00
parent b77cc2b92c
commit b5b3c2a502

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 \\(([^<]+)\\)"
}
}