mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
MongoDB: Use stable versions only (#3260)
* Update checkver url to avoid SSL certificate error * Restrict MongoDB releases to stable only
This commit is contained in:
parent
69b97f509d
commit
fe1cf150c4
@ -48,8 +48,8 @@
|
||||
"log"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "http://downloads.mongodb.org.s3.amazonaws.com/current.json",
|
||||
"jsonpath": "$.versions[0].version"
|
||||
"url": "http://downloads.mongodb.org/current.json",
|
||||
"regex": "version\": \"(\\d+(\\.\\d+)*)\""
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user