diff options
| author | Krzysztof Urbaniak | 2013-03-20 22:52:30 +0000 |
|---|---|---|
| committer | Jack Nagel | 2013-03-20 18:25:03 -0500 |
| commit | a8316cce32752897b601586e526bb8fbbda5aa61 (patch) | |
| tree | e16e1285299f43aad90ff1275deed2db0dbfc31b | |
| parent | db65b158202c7138b985e406e2d91e1cc4bf6ffe (diff) | |
| download | homebrew-a8316cce32752897b601586e526bb8fbbda5aa61.tar.bz2 | |
uwsgi 1.9
Closes #18623.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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 ba948fdba..0a0c0fea1 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.4.8.tar.gz' - sha1 '476f8c474c021f0c91160309c41ad601ca2f824b' + url 'http://projects.unbit.it/downloads/uwsgi-1.9.tar.gz' + sha1 'd09cd6764d3e1e6617ad27a1c634b097d2c4c312' depends_on 'pcre' depends_on 'libyaml' |
