diff options
| author | Krzysztof Urbaniak | 2013-01-23 01:06:35 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-23 08:44:06 -0800 | 
| commit | d8ce3f4fd096354bf84691cfbd59d00e18a371eb (patch) | |
| tree | ac9afbf840c94d785cbc911c5b6ce69a745f8352 /Library/Formula/uwsgi.rb | |
| parent | c65fab55b8de530166cf90a20e773754c7606322 (diff) | |
| download | homebrew-d8ce3f4fd096354bf84691cfbd59d00e18a371eb.tar.bz2 | |
uwsgi 1.4.4
Closes #17261.
Signed-off-by: Adam Vandenberg <flangy@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 652a8bca6..33de1a3b9 100644 --- a/Library/Formula/uwsgi.rb +++ b/Library/Formula/uwsgi.rb @@ -19,8 +19,8 @@ end  class Uwsgi < Formula    homepage 'http://projects.unbit.it/uwsgi/' -  url 'http://projects.unbit.it/downloads/uwsgi-1.2.6.tar.gz' -  sha1 '61996a4bc7d745dc3ed849c78310c4e1c5c70ee1' +  url 'http://projects.unbit.it/downloads/uwsgi-1.4.4.tar.gz' +  sha1 'efaff6ebaa39bc015771bdecbf73373e1d1eceed'    depends_on UniversalPcre.new    depends_on 'pcre'  | 
