diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mod_wsgi.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mod_wsgi.rb b/Library/Formula/mod_wsgi.rb index 46790ee55..d05f893b3 100644 --- a/Library/Formula/mod_wsgi.rb +++ b/Library/Formula/mod_wsgi.rb @@ -1,8 +1,8 @@ require 'formula' class ModWsgi <Formula - url 'http://modwsgi.googlecode.com/files/mod_wsgi-3.2.tar.gz' - sha1 '227123f679f280d45639420fe2eeaa820f6a1cbc' + url 'http://modwsgi.googlecode.com/files/mod_wsgi-3.3.tar.gz' + sha1 'f32d38e5d3ed5de1efd5abefb52678f833dc9166' homepage 'http://code.google.com/p/modwsgi/' head "http://modwsgi.googlecode.com/svn/trunk/mod_wsgi" @@ -10,7 +10,7 @@ class ModWsgi <Formula <<-EOS.undent NOTE: "brew install -v mod_wsgi" will fail! You must install in non-verbose mode for this to succeed. Patches to fix this - are welcome (and should be sent upstream too.) + are welcome. * You must manually edit /etc/apache2/httpd.conf to load #{libexec}/mod_wsgi.so |
