mongodb: Fix checkver

This commit is contained in:
Brandon Smith 2018-10-21 21:59:13 -04:00
parent 5122b4253a
commit 87aead8d57

View File

@ -28,8 +28,8 @@
"if(!(test-path 'C:\\data\\db')) { mkdir 'C:\\data\\db' > $null }" "if(!(test-path 'C:\\data\\db')) { mkdir 'C:\\data\\db' > $null }"
], ],
"checkver": { "checkver": {
"url": "https://www.mongodb.com/download-center", "url": "https://www.mongodb.com/download-center/community",
"re": "Current Stable Release \\(([\\d.]+)\\)" "re": "([\\d.]+) \\(current release\\)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {