mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
26 lines
841 B
JSON
26 lines
841 B
JSON
{
|
|
"version": "1.41.1",
|
|
"description": "Command line interface for MongoDB Atlas",
|
|
"homepage": "https://www.mongodb.com/docs/atlas/cli/stable/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://fastdl.mongodb.org/mongocli/mongodb-atlas-cli_1.41.1_windows_x86_64.zip",
|
|
"hash": "014cc5ac2aab00b21359b7a5a6d622f9d32007d5a6942cd866e6856fbe907732"
|
|
}
|
|
},
|
|
"extract_dir": "bin",
|
|
"bin": "atlas.exe",
|
|
"checkver": {
|
|
"url": "https://www.mongodb.com/try/download/atlascli",
|
|
"regex": "mongodb-atlas-cli_([\\d.]+)_windows_x86_64"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://fastdl.mongodb.org/mongocli/mongodb-atlas-cli_$version_windows_x86_64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|