From b1a06a6ffeb29aef9736ad08e2d976b3d06fbc56 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 3 May 2018 18:49:52 +0000 Subject: [PATCH] mongo-tools: rebuild with go-1.10.2 --- srcpkgs/mongo-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mongo-tools/template b/srcpkgs/mongo-tools/template index 50df1ca00a1..e4b817b9151 100644 --- a/srcpkgs/mongo-tools/template +++ b/srcpkgs/mongo-tools/template @@ -1,7 +1,7 @@ # Template file for 'mongo-tools' pkgname=mongo-tools version=3.5.13 -revision=7 +revision=8 wrksrc="${pkgname}-r${version}" build_style=go go_import_path="github.com/mongodb/mongo-tools"