diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mongo-c.rb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/mongo-c.rb b/Library/Formula/mongo-c.rb index c78bc1c6a..3feadc80c 100644 --- a/Library/Formula/mongo-c.rb +++ b/Library/Formula/mongo-c.rb @@ -2,14 +2,8 @@ require 'formula' class MongoC < Formula homepage 'http://docs.mongodb.org/ecosystem/drivers/c/' - url 'https://github.com/mongodb/mongo-c-driver/archive/v0.8.zip' - sha1 'f21924cea0011ad71309f86f1358d082d855aa79' - - # Reported upstream: - # https://github.com/mxcl/homebrew/pull/22096 - def patches - "https://gist.github.com/planas/6321873/raw" - end + url 'https://github.com/mongodb/mongo-c-driver/archive/v0.8.1.zip' + sha1 '38ae6a6273bbf11e24f696a65a3ea3901e456126' def install system "make" |
