diff options
| author | Misty De Meo | 2013-08-25 20:07:41 -0700 | 
|---|---|---|
| committer | Misty De Meo | 2013-08-25 20:07:41 -0700 | 
| commit | 8b0f9cf4be144bbbab63d07fe7ed431716c14026 (patch) | |
| tree | 89544d37635a07292c3d23736066154d6f158989 /Library/Formula/uwsgi.rb | |
| parent | 3a62461c785a4f1a75248ae833a9b33dd9383578 (diff) | |
| download | homebrew-8b0f9cf4be144bbbab63d07fe7ed431716c14026.tar.bz2 | |
uwsgi 1.9.14
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 5d701eb19..2538512b1 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 'https://projects.unbit.it/downloads/uwsgi-1.9.11.tar.gz' -  sha1 '2b3d4f225808decb50399b9cdb387e022dd3729d' +  url 'https://projects.unbit.it/downloads/uwsgi-1.9.14.tar.gz' +  sha1 '81e89b96f627c2d2c94224c2403cbd09fefa32f0'    depends_on :python    depends_on 'pcre'  | 
