diff options
| author | Mike Bradshaw | 2015-03-21 12:10:20 -0500 | 
|---|---|---|
| committer | Mike McQuaid | 2015-03-21 18:36:19 +0000 | 
| commit | 2b23c5b70febf76e85984d5d25d58a26c7a01758 (patch) | |
| tree | b28014490eb12060403d5d1961a573035888f2b7 | |
| parent | abc51b50a534434ff930fcba73acbd13587499d7 (diff) | |
| download | homebrew-2b23c5b70febf76e85984d5d25d58a26c7a01758.tar.bz2 | |
mongodb: mongo-tools 3.0.1
Closes #37941.
Closes #37888.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/mongodb.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index caf9f07ac..0405c828f 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -11,8 +11,8 @@ class Mongodb < Formula    depends_on "go" => :build    go_resource "github.com/mongodb/mongo-tools" do      url "https://github.com/mongodb/mongo-tools.git", -      :tag => "r3.0.0", -      :revision => "e35a2e87876251835fcb60f5eb0c29baca04bc5e" +      :tag => "r3.0.1", +      :revision => "bc08e57abb71b2edd1cc3ab8f9f013409718f197"    end    bottle do | 
