aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2013-01-01 08:58:20 -0600
committerAdam Vandenberg2013-01-01 10:31:43 -0800
commit86aca296e3921a31a3fcbb51e518148029a8dcd0 (patch)
tree08e846f24b3826ef15f98002d375b6b0a79ef3ba
parentef7e44b1a6f48801aaeaacd093f007e17b0b2752 (diff)
downloadhomebrew-86aca296e3921a31a3fcbb51e518148029a8dcd0.tar.bz2
mongoose 3.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/mongoose.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mongoose.rb b/Library/Formula/mongoose.rb
index bd5f87153..3f600132c 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.3'
- sha1 '75800b5046dbfaf29b29d977346df22bcce674c0'
+ url 'https://github.com/valenok/mongoose/tarball/3.4'
+ sha1 '3b917304d5ffbb516167ef29561a9f82881bc033'
def install
system "make", "mac", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}"