diff options
| author | Adam Vandenberg | 2010-08-02 14:05:34 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-02 14:05:34 -0700 |
| commit | 461d36b26b34455bc73713f6a79d0adf30fb1c47 (patch) | |
| tree | 3e823f5932e77bb0dfb9d42b2267df022606c77b | |
| parent | 74bcfa464d1b2e6d8ce44cdab1b04ec3ed2912c6 (diff) | |
| download | homebrew-461d36b26b34455bc73713f6a79d0adf30fb1c47.tar.bz2 | |
mod_wsgi 3.3
| -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 |
