diff options
| author | Ian Lancaster | 2013-05-29 21:55:40 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-29 21:07:16 -0700 |
| commit | 76cb296338a4a8a9848be6e3fe6034077f4ccd45 (patch) | |
| tree | c9c17440f3a5cbc87a33c83b1b931a502874e4fb /Library/Formula | |
| parent | 49fce38e131977b9678d3e60015d4be8b1a20aaa (diff) | |
| download | homebrew-76cb296338a4a8a9848be6e3fe6034077f4ccd45.tar.bz2 | |
uwsgi 1.9.11
Closes #20146.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 10e7b6c5f..9017b28d5 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.8.tar.gz' - sha1 '41f6b838228d980a60d99c412a5ad16b4ba9bfe4' + url 'https://projects.unbit.it/downloads/uwsgi-1.9.11.tar.gz' + sha1 '2b3d4f225808decb50399b9cdb387e022dd3729d' depends_on 'pcre' depends_on 'libyaml' |
