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 }"
],
"checkver": {
"url": "https://www.mongodb.com/download-center",
"re": "Current Stable Release \\(([\\d.]+)\\)"
"url": "https://www.mongodb.com/download-center/community",
"re": "([\\d.]+) \\(current release\\)"
},
"autoupdate": {
"architecture": {