diff options
| author | Brett Koonce | 2012-12-15 09:43:03 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-12-15 10:01:04 -0800 | 
| commit | 9de13e39dd3c6539643c2a02c93a20923b2330de (patch) | |
| tree | ec1a06145fcc9efe72054a8773864b6f1bb23447 | |
| parent | c99d5b3c9a0e2d648295d8841eb2f94c7a9da230 (diff) | |
| download | homebrew-9de13e39dd3c6539643c2a02c93a20923b2330de.tar.bz2 | |
mongoose 3.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/mongoose.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/mongoose.rb b/Library/Formula/mongoose.rb index 6e2da11db..bd5f87153 100644 --- a/Library/Formula/mongoose.rb +++ b/Library/Formula/mongoose.rb @@ -2,8 +2,8 @@ require 'formula'  class Mongoose < Formula    homepage 'https://github.com/valenok/mongoose' -  url 'https://github.com/valenok/mongoose/tarball/3.2' -  sha1 'c825fad84061e497d1d2fb711b94c6fdf5c1398c' +  url 'https://github.com/valenok/mongoose/tarball/3.3' +  sha1 '75800b5046dbfaf29b29d977346df22bcce674c0'    def install      system "make", "mac", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}" | 
