mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41: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"
|
"log"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "http://downloads.mongodb.org.s3.amazonaws.com/current.json",
|
"url": "http://downloads.mongodb.org/current.json",
|
||||||
"jsonpath": "$.versions[0].version"
|
"regex": "version\": \"(\\d+(\\.\\d+)*)\""
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user