diff options
| author | David Holm | 2015-03-28 14:08:37 +0100 |
|---|---|---|
| committer | Jack Nagel | 2015-03-28 19:02:55 -0400 |
| commit | 4a81a291073dd6f05e983b358ec5461b10886a19 (patch) | |
| tree | 80fb8f51a837037a8a66260c6c765bfaea099103 /Library | |
| parent | a29b7c73035c603c5a098bda2e2eb1730fcc95bb (diff) | |
| download | homebrew-4a81a291073dd6f05e983b358ec5461b10886a19.tar.bz2 | |
uwsgi 2.0.10
Closes #38148.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/uwsgi.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/uwsgi.rb b/Library/Formula/uwsgi.rb index 97e296ba8..8b0041166 100644 --- a/Library/Formula/uwsgi.rb +++ b/Library/Formula/uwsgi.rb @@ -5,14 +5,11 @@ class Uwsgi < Formula head "https://github.com/unbit/uwsgi.git" stable do - url "http://projects.unbit.it/downloads/uwsgi-2.0.9.tar.gz" - sha1 "318d1d6d4bb57eb48b58361201cdc1cc7feedcbb" + url "http://projects.unbit.it/downloads/uwsgi-2.0.10.tar.gz" + sha1 "31bae2dac113af8d95dbc9b982df139ff61ce209" end bottle do - sha1 "952881effe96067637a123d7f552b58f793fcca3" => :yosemite - sha1 "4f0c25cf3b2f5859563803e16607c50c2350cce1" => :mavericks - sha1 "0bf33a67f2f6329f9d0aa9819129cd30ec35d36c" => :mountain_lion end depends_on "pkg-config" => :build |
