diff options
author | Miguel De Anda <miguel@thedeanda.com> | 2017-10-18 10:57:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-21 07:08:32 +0700 |
commit | 4e407f287ac4490eefd83c137ada25c92f574a89 (patch) | |
tree | 9652e0bf4728a83707f44dc366cccc1b68e4dcd9 /system/mongo-tools | |
parent | 41a6668bf78f8df1b7c3fd8f3f5d153afc4a013c (diff) |
system/mongo-tools: Updated for version 3.4.9.
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 3903f3473185..ae53d838686c 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.4.1} +VERSION=${VERSION:-3.4.9} 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 7eac70412f08..524f69dccc31 100644 --- a/system/mongo-tools/mongo-tools.info +++ b/system/mongo-tools/mongo-tools.info @@ -1,8 +1,8 @@ PRGNAM="mongo-tools" -VERSION="3.4.1" +VERSION="3.4.9" HOMEPAGE="https://github.com/mongodb/mongo-tools" -DOWNLOAD="https://github.com/mongodb/mongo-tools/archive/r3.4.1.tar.gz" -MD5SUM="c2a8cdc3ab99a2b175bde2895b1c36e5" +DOWNLOAD="https://github.com/mongodb/mongo-tools/archive/r3.4.9.tar.gz" +MD5SUM="e464ade045c3af18b83b5a558044edd8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |