aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTyler Brock2015-02-20 20:14:26 -0500
committerTim D. Smith2015-02-21 10:11:22 -0800
commit37c355d20fbf4c001fb433db48e7585a49ace3e8 (patch)
tree524998f2ac063d4081110674094dd966faa118eb /Library/Formula
parent97488d9053a623e7b383ce44a18be0b8789ec1b9 (diff)
downloadhomebrew-37c355d20fbf4c001fb433db48e7585a49ace3e8.tar.bz2
mongo-c: add head
Closes #37011. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mongo-c.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/mongo-c.rb b/Library/Formula/mongo-c.rb
index be21670d1..2498d519d 100644
--- a/Library/Formula/mongo-c.rb
+++ b/Library/Formula/mongo-c.rb
@@ -12,6 +12,8 @@ class MongoC < Formula
sha1 "b547c663729e6ec4944462c8d305643dd83d452f" => :mountain_lion
end
+ head "https://github.com/mongodb/mongo-c-driver.git"
+
depends_on "pkg-config" => :build
depends_on "libbson"
depends_on "openssl"