mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
* mongodb-atlas: add version 1.7.0 * updated to 1.9.1 * Renamed to mongodb-atlas-cli * Added checkver and autoupdate * Fixed JSON * Updated to 1.10.0 * Use zip file --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
26 lines
841 B
JSON
26 lines
841 B
JSON
{
|
|
"version": "1.10.0",
|
|
"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.10.0_windows_x86_64.zip",
|
|
"hash": "1e4e37e259e0819320f04a27f5cbb36c2020ba786e76b23e91fa7e45e8bff49d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|