aboutsummaryrefslogtreecommitdiff
path: root/development/mongodb-shell/mongodb-shell.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/mongodb-shell/mongodb-shell.SlackBuild')
-rw-r--r--development/mongodb-shell/mongodb-shell.SlackBuild4
1 files changed, 2 insertions, 2 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}