ScoopInstaller_Main/bucket/mongodb-atlas-cli.json
Olivier Gérardin adec53467a
mongodb-atlas-cli: Add version 1.10.0 (#4869)
* 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>
2023-09-02 22:02:43 +05:30

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"
}
}
}
}