diff options
author | Miguel De Anda <miguel@thedeanda.com> | 2015-12-09 23:53:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-09 23:53:47 +0700 |
commit | c3deacfc24a79c15bbe726c95a8e9cd9b0c67728 (patch) | |
tree | fe72142b9d421082258d78d84261bcdecda4bfc4 /system/mongo-tools | |
parent | fc10af2e2d45c99bda11753a6244b49270ef36b6 (diff) | |
download | slackbuilds-c3deacfc24a79c15bbe726c95a8e9cd9b0c67728.tar.gz |
system/mongo-tools: Updated for version 3.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mongo-tools')
-rw-r--r-- | system/mongo-tools/mongo-tools.SlackBuild | 2 | ||||
-rw-r--r-- | system/mongo-tools/mongo-tools.info | 6 |
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" |