diff options
| author | Brett Koonce | 2013-10-18 18:54:44 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-10-18 18:04:45 -0700 |
| commit | 56eaca9c7890bd4c819a2d61b767c140ca37426d (patch) | |
| tree | b140152b2b1fd18b84d1398addc3ef5f5d09bd36 /Library/Formula | |
| parent | 1621c24a8b710b11e6b6b3912b572cbfe4b6853c (diff) | |
| download | homebrew-56eaca9c7890bd4c819a2d61b767c140ca37426d.tar.bz2 | |
mongo-c v0.8.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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" |
