aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-04 11:01:08 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-04 11:01:08 +0700
commit35d492344f6d05a7f70e94adc97ad2d9e0f524ad (patch)
tree2db271d0c2ec0eb73b697f8440a70f9109207781
parentb5f6824286f9caefffe7b90f8df75fb7360462d6 (diff)
development/mongodb-shell: Updated for version 2.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/mongodb-shell/mongodb-shell.SlackBuild4
-rw-r--r--development/mongodb-shell/mongodb-shell.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/mongodb-shell/mongodb-shell.SlackBuild b/development/mongodb-shell/mongodb-shell.SlackBuild
index dcbb65efeb06..2b3c2c1df967 100644
--- a/development/mongodb-shell/mongodb-shell.SlackBuild
+++ b/development/mongodb-shell/mongodb-shell.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for mongodb-shell
-# Copyright 2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2023-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mongodb-shell
SRCNAM=mongosh
-VERSION=${VERSION:-2.1.0}
+VERSION=${VERSION:-2.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/mongodb-shell/mongodb-shell.info b/development/mongodb-shell/mongodb-shell.info
index 16e3123d754f..68bf071f157f 100644
--- a/development/mongodb-shell/mongodb-shell.info
+++ b/development/mongodb-shell/mongodb-shell.info
@@ -1,10 +1,10 @@
PRGNAM="mongodb-shell"
-VERSION="2.1.0"
+VERSION="2.1.3"
HOMEPAGE="https://www.mongodb.com/try/download/shell"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongosh-2.1.0-linux-x64.tgz"
-MD5SUM_x86_64="1b875a0405baa9d598572a46e32a6d42"
+DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongosh-2.1.3-linux-x64.tgz"
+MD5SUM_x86_64="42693c1cc85af77114978074769735d1"
REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"