summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Miguel De Anda2015-12-09 17:53:47 +0100
committer Willy Sudiarto Raharjo2015-12-09 17:53:47 +0100
commitc3deacfc24a79c15bbe726c95a8e9cd9b0c67728 (patch)
treefe72142b9d421082258d78d84261bcdecda4bfc4
parentfc10af2e2d45c99bda11753a6244b49270ef36b6 (diff)
downloadslackbuilds-c3deacfc24a79c15bbe726c95a8e9cd9b0c67728.tar.gz
system/mongo-tools: Updated for version 3.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/mongo-tools/mongo-tools.SlackBuild2
-rw-r--r--system/mongo-tools/mongo-tools.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/system/mongo-tools/mongo-tools.SlackBuild b/system/mongo-tools/mongo-tools.SlackBuild
index 38fc0ede3a..6af19b1208 100644
--- a/system/mongo-tools/mongo-tools.SlackBuild
+++ b/system/mongo-tools/mongo-tools.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mongo-tools
-VERSION=${VERSION:-3.1.7}
+VERSION=${VERSION:-3.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCHIVE=r${VERSION}
diff --git a/system/mongo-tools/mongo-tools.info b/system/mongo-tools/mongo-tools.info
index 288b1d0cab..dc83ba55bf 100644
--- a/system/mongo-tools/mongo-tools.info
+++ b/system/mongo-tools/mongo-tools.info
@@ -1,8 +1,8 @@
PRGNAM="mongo-tools"
-VERSION="3.1.7"
+VERSION="3.2.0"
HOMEPAGE="http://www.mongodb.org/"
-DOWNLOAD="https://github.com/mongodb/mongo-tools/archive/r3.1.7.tar.gz"
-MD5SUM="c31af153ceddeb227be2d24a61f60688"
+DOWNLOAD="https://github.com/mongodb/mongo-tools/archive/r3.2.0.tar.gz"
+MD5SUM="eaa1f16822c30c77de68a72ec9c02752"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang"