diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 16:19:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-07 08:53:31 +0700 |
commit | 6b7c95e6ef2fb0f6a70d00624eae8adb63fca418 (patch) | |
tree | d0279c470f32408e5479903cc3a197f3f1925baa /system/mongo-tools/mongo-tools.SlackBuild | |
parent | 8ba65aabd5c0d9aaea75cac94916dfdd5b146659 (diff) |
system/mongo-tools: Updated for version 100.9.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 fdd65a1012..9187fad07c 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 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 @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mongo-tools -VERSION=${VERSION:-100.9.3} -COMMITVER="bf0bef9e9f1991880d4423518851ea429a430eb2" +VERSION=${VERSION:-100.9.4} +COMMITVER="ce6af0fefca324ad5d9cb689d335130f48c99699" BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |