mongoose 3.2

Closes Homebrew/homebrew#14327.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Félix Saparelli 2012-08-21 13:59:21 +12:00 committed by Adam Vandenberg
parent eefb25cbfe
commit 89d1e1a6a5

View file

@ -1,9 +1,9 @@
require 'formula'
class Mongoose < Formula
homepage 'http://code.google.com/p/mongoose/'
url 'http://mongoose.googlecode.com/files/mongoose-3.1.tgz'
md5 'e718fc287b4eb1bd523be3fa00942bb0'
homepage 'https://github.com/valenok/mongoose'
url 'https://github.com/valenok/mongoose/tarball/3.2'
sha1 'c825fad84061e497d1d2fb711b94c6fdf5c1398c'
def install
system "make", "mac", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}"