diff options
| author | Félix Saparelli | 2012-08-21 13:59:21 +1200 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-09-01 12:47:59 -0700 | 
| commit | ebba4be440b862a1f3749f600289e816c7a70984 (patch) | |
| tree | 2feaf848f3220a2edc2537d8c05b59deee4fe982 | |
| parent | 8063884d7db2dddb60eec8eada482694d2e93a02 (diff) | |
| download | homebrew-ebba4be440b862a1f3749f600289e816c7a70984.tar.bz2 | |
mongoose 3.2
Closes #14327.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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 48d64f2a2..6e2da11db 100644 --- a/Library/Formula/mongoose.rb +++ b/Library/Formula/mongoose.rb @@ -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}" | 
