From 2f1af45a6dfc0629a87fd20d0b9f466369c1bfaf Mon Sep 17 00:00:00 2001 From: Peter Dolkens Date: Fri, 26 Jun 2020 04:06:24 +0100 Subject: [PATCH] Add Mongo Shell 4.2.8 (#2128) --- manifests/MongoDB/Shell/4.2.8.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/MongoDB/Shell/4.2.8.yaml diff --git a/manifests/MongoDB/Shell/4.2.8.yaml b/manifests/MongoDB/Shell/4.2.8.yaml new file mode 100644 index 000000000..d59783f67 --- /dev/null +++ b/manifests/MongoDB/Shell/4.2.8.yaml @@ -0,0 +1,17 @@ +Id: MongoDB.Shell +Name: MongoDB Shell +Version: 4.2.8 +Publisher: MongoDB +License: Copyright (c) MongoDB, Inc. +AppMoniker: mongodb-shell +Tags: Mongo Database Shell +Description: The mongo shell is an interactive JavaScript interface to MongoDB. You can use the mongo shell to query and update data as well as perform administrative operations. +Homepage: https://www.mongodb.com/ +Installers: + - Arch: x64 + Url: https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.8-signed.msi + Sha256: 166c5cd99132d72969a67446e494da6287710a34f3f75ee9fb798a2945c0f502 + InstallerType: msi + Switches: + Silent: /quiet + SilentWithProgress: /quiet /passive ACCEPTEULA=1 ADDLOCAL=Client