From adec53467a2f7d0b540554bf70231f2802dcdc06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20G=C3=A9rardin?= Date: Sat, 2 Sep 2023 18:32:43 +0200 Subject: [PATCH] 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> --- bucket/mongodb-atlas-cli.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/mongodb-atlas-cli.json diff --git a/bucket/mongodb-atlas-cli.json b/bucket/mongodb-atlas-cli.json new file mode 100644 index 0000000000..b4f12774f2 --- /dev/null +++ b/bucket/mongodb-atlas-cli.json @@ -0,0 +1,25 @@ +{ + "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" + } + } + } +}