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