diff --git a/Formula/mongrel2.rb b/Formula/mongrel2.rb index 38b5137cf2..380e5753b6 100644 --- a/Formula/mongrel2.rb +++ b/Formula/mongrel2.rb @@ -1,10 +1,11 @@ require 'formula' class Mongrel2 < Formula - url 'http://mongrel2.org/static/downloads/mongrel2-1.7.5.tar.bz2' - head 'https://github.com/zedshaw/mongrel2.git' homepage 'http://mongrel2.org/' - sha1 '456561fe04f1c0ee4a996cfc9deadab8c57ee6dc' + url 'https://github.com/zedshaw/mongrel2/tarball/v1.8.0' + sha1 '27c942b5c3c72c65084b355f6cbafd814f8cd64b' + + head 'https://github.com/zedshaw/mongrel2.git' depends_on 'zeromq'