From 207a18dd56977c9b7726884f4bb596af22fb5630 Mon Sep 17 00:00:00 2001 From: Krzysztof Urbaniak Date: Wed, 23 Jan 2013 01:06:35 +0100 Subject: [PATCH] uwsgi 1.4.4 Closes Homebrew/homebrew#17261. Signed-off-by: Adam Vandenberg --- Formula/uwsgi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/uwsgi.rb b/Formula/uwsgi.rb index 652a8bca61..33de1a3b9a 100644 --- a/Formula/uwsgi.rb +++ b/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'