diff options
| -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}" |
