diff options
author | Miguel De Anda <miguel@thedeanda.com> | 2017-01-26 22:08:57 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:08 +0700 |
commit | 400060a4459c4112d3c1776071464b7113d160b3 (patch) | |
tree | 6f1a4a144982a2e2be1a8822eb7ea4ec5badc3e7 /system/mongo-tools | |
parent | 91bef87b2932151d29a08577ca926e1825b9804b (diff) |
system/mongo-tools: Updated for version 3.4.1.
Signed-off-by: David Spencer <idlemoor@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 2dd9419d74eb..3903f3473185 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.2.9} +VERSION=${VERSION:-3.4.1} 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 df73e17f9c49..7eac70412f08 100644 --- a/system/mongo-tools/mongo-tools.info +++ b/system/mongo-tools/mongo-tools.info @@ -1,8 +1,8 @@ PRGNAM="mongo-tools" -VERSION="3.2.9" +VERSION="3.4.1" HOMEPAGE="https://github.com/mongodb/mongo-tools" -DOWNLOAD="https://github.com/mongodb/mongo-tools/archive/r3.2.9.tar.gz" -MD5SUM="6ca1c2aec2022226a0c303b5f6f0d799" +DOWNLOAD="https://github.com/mongodb/mongo-tools/archive/r3.4.1.tar.gz" +MD5SUM="c2a8cdc3ab99a2b175bde2895b1c36e5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |