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 | |
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')
-rw-r--r-- | system/mongo-tools/mongo-tools.SlackBuild | 6 | ||||
-rw-r--r-- | system/mongo-tools/mongo-tools.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/mongo-tools/mongo-tools.SlackBuild b/system/mongo-tools/mongo-tools.SlackBuild index fdd65a101246f..9187fad07ca81 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} diff --git a/system/mongo-tools/mongo-tools.info b/system/mongo-tools/mongo-tools.info index 6ef9886a4e9ee..c20fd1826370f 100644 --- a/system/mongo-tools/mongo-tools.info +++ b/system/mongo-tools/mongo-tools.info @@ -1,10 +1,10 @@ PRGNAM="mongo-tools" -VERSION="100.9.3" +VERSION="100.9.4" HOMEPAGE="https://github.com/mongodb/mongo-tools" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/mongodb/mongo-tools/archive/bf0bef9e9f1991880d4423518851ea429a430eb2/mongo-tools-bf0bef9e9f1991880d4423518851ea429a430eb2.zip" -MD5SUM_x86_64="5a7c38b79c5143d55c223984ce4b2ed7" +DOWNLOAD_x86_64="https://github.com/mongodb/mongo-tools/archive/ce6af0fefca324ad5d9cb689d335130f48c99699/mongo-tools-ce6af0fefca324ad5d9cb689d335130f48c99699.zip" +MD5SUM_x86_64="2800e943a85d9d0bddb8a55ae90f3c42" REQUIRES="google-go-lang" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |