Skip to content

Commit

Permalink
mod_wsgi 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Aug 2, 2010
1 parent 74bcfa4 commit 461d36b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/mod_wsgi.rb
@@ -1,16 +1,16 @@
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"

def caveats
<<-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
Expand Down

0 comments on commit 461d36b

Please sign in to comment.