diff options
| author | Krzysztof Urbaniak | 2013-04-24 09:44:45 +0200 | 
|---|---|---|
| committer | Jack Nagel | 2013-04-24 10:20:57 -0500 | 
| commit | a1a3b09b02c235c05eb6d3af33bc64bbf578a25e (patch) | |
| tree | 2918e6d449bce885286fe79b36e574d0117604ae /Library/Formula/uwsgi.rb | |
| parent | 064c21d1319b23cc1c791eeee91d039b5b757e49 (diff) | |
| download | homebrew-a1a3b09b02c235c05eb6d3af33bc64bbf578a25e.tar.bz2 | |
uwsgi 1.9.7
Closes #19398.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/uwsgi.rb')
| -rw-r--r-- | Library/Formula/uwsgi.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/uwsgi.rb b/Library/Formula/uwsgi.rb index ac693d8ed..4d9af96d2 100644 --- a/Library/Formula/uwsgi.rb +++ b/Library/Formula/uwsgi.rb @@ -2,8 +2,8 @@ require 'formula'  class Uwsgi < Formula    homepage 'http://projects.unbit.it/uwsgi/' -  url 'http://projects.unbit.it/downloads/uwsgi-1.9.5.tar.gz' -  sha1 '3f37d61ebce10d2ec0380553022f6e6cb05e03d9' +  url 'http://projects.unbit.it/downloads/uwsgi-1.9.7.tar.gz' +  sha1 '735a25963398a696f6814aea21a40f93a3a69ce0'    depends_on 'pcre'    depends_on 'libyaml'  | 
