diff options
Diffstat (limited to 'system/mongo-tools/mongo-tools.SlackBuild')
-rw-r--r-- | system/mongo-tools/mongo-tools.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/mongo-tools/mongo-tools.SlackBuild b/system/mongo-tools/mongo-tools.SlackBuild index f4f2578e5f..9877229487 100644 --- a/system/mongo-tools/mongo-tools.SlackBuild +++ b/system/mongo-tools/mongo-tools.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for mongo-tools # Copyright 2015 Miguel De Anda <miguel@thedeanda.com> -# 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 @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mongo-tools -VERSION=${VERSION:-100.10.0} -COMMITVER="6d4f001be3fcf673de04d20176e90ee02ef233a9" +VERSION=${VERSION:-100.13.0} +COMMITVER="23008ff975be028544710a5da6ae749dc7e90ab7" BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |