mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +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 }"
|
"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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user