diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mongoose.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mongoose.rb b/Library/Formula/mongoose.rb index eb65d7f93..48d64f2a2 100644 --- a/Library/Formula/mongoose.rb +++ b/Library/Formula/mongoose.rb @@ -2,11 +2,11 @@ require 'formula' class Mongoose < Formula homepage 'http://code.google.com/p/mongoose/' - url 'http://mongoose.googlecode.com/files/mongoose-2.11.tgz' - md5 'f6985da7513d354cc18b21b7670d23c1' + url 'http://mongoose.googlecode.com/files/mongoose-3.1.tgz' + md5 'e718fc287b4eb1bd523be3fa00942bb0' def install - system "make mac" + system "make", "mac", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}" bin.install "mongoose" man1.install "mongoose.1" end |
