aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-02-25 11:05:01 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-02-25 11:05:13 +0700
commit32b2ccd351aee5cf9ca0b48bb3423089735ac688 (patch)
treefebe9d79416092c5310831b96605cd520e24c002
parent2bf9318bf45c82874e1fbd6f4da84f9fc3b65286 (diff)
development/mongodb-shell: Updated for version 2.4.0.
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 ec862891b3..470e013586 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-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2023-2025 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.2.10}
+VERSION=${VERSION:-2.4.0}
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 d5607bad81..8d250c2ab2 100644
--- a/development/mongodb-shell/mongodb-shell.info
+++ b/development/mongodb-shell/mongodb-shell.info
@@ -1,10 +1,10 @@
PRGNAM="mongodb-shell"
-VERSION="2.2.10"
+VERSION="2.4.0"
HOMEPAGE="https://www.mongodb.com/try/download/shell"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongosh-2.2.10-linux-x64.tgz"
-MD5SUM_x86_64="7863f46c2332d864fe4d7497fb41c664"
+DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongosh-2.4.0-linux-x64.tgz"
+MD5SUM_x86_64="a36435280e63c267df9158b157ee1cda"
REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"