system/mongo-tools: Updated for version 100.10.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-07-28 08:45:53 +07:00
parent 73d5af3fbd
commit b58f4c29f1
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -24,8 +24,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mongo-tools
VERSION=${VERSION:-100.9.5}
COMMITVER="90481484c1783826fe26ca18bbdcd30e933f3b88"
VERSION=${VERSION:-100.10.0}
COMMITVER="6d4f001be3fcf673de04d20176e90ee02ef233a9"
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="mongo-tools"
VERSION="100.9.5"
VERSION="100.10.0"
HOMEPAGE="https://github.com/mongodb/mongo-tools"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/mongodb/mongo-tools/archive/90481484c1783826fe26ca18bbdcd30e933f3b88/mongo-tools-90481484c1783826fe26ca18bbdcd30e933f3b88.zip"
MD5SUM_x86_64="34706d721c0209d0263cbe939bbee040"
DOWNLOAD_x86_64="https://github.com/mongodb/mongo-tools/archive/6d4f001be3fcf673de04d20176e90ee02ef233a9/mongo-tools-6d4f001be3fcf673de04d20176e90ee02ef233a9.zip"
MD5SUM_x86_64="537c4dced15d21bac20077d622c4e7a6"
REQUIRES="google-go-lang"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"