mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
mongodb: Fix checkver
This commit is contained in:
parent
5122b4253a
commit
87aead8d57
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user