From 96c2f8e1e53a274e58de03f2b874f17379f97dec Mon Sep 17 00:00:00 2001 From: Nate Drake Date: Fri, 30 Mar 2012 21:57:12 -0300 Subject: Mongoose 3.1 Signed-off-by: Adam Vandenberg --- Library/Formula/mongoose.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3