diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-13 06:43:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-13 06:43:49 +0700 |
commit | d3ef896508d38fcd8a6944b040ea5359cd8b42d0 (patch) | |
tree | 71e7b9f923c70402ae64449c3d88d658f458cfc2 /system/mongodb/mongodb.SlackBuild | |
parent | 6ce0393bc9d759b57def01c4b6042091415bcb43 (diff) |
system/mongodb: Updated for version .
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mongodb/mongodb.SlackBuild')
-rw-r--r-- | system/mongodb/mongodb.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/mongodb/mongodb.SlackBuild b/system/mongodb/mongodb.SlackBuild index 76548ba6ece90..2b82cae0e9453 100644 --- a/system/mongodb/mongodb.SlackBuild +++ b/system/mongodb/mongodb.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for MongoDB # Copyright 2015 Miguel De Anda <miguel@thedeanda.com> -# 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 @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM="mongodb" -VERSION=${VERSION:-7.0.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-7.0.5} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |