diff options
-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 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} diff --git a/system/mongo-tools/mongo-tools.info b/system/mongo-tools/mongo-tools.info index 6ef9886a4e..c20fd18263 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" |