diff options
| author | Dominyk Tiller | 2014-10-17 05:58:07 +0100 |
|---|---|---|
| committer | Tim D. Smith | 2014-10-16 23:39:37 -0700 |
| commit | c6972e03e679c51ca1baeb3a140b909c519f3164 (patch) | |
| tree | 78f6d3943e298d09e889dedecc4873350e7fd1b4 /Library | |
| parent | cf76b97da9a682384c81e48eb813254304df5d5d (diff) | |
| download | homebrew-c6972e03e679c51ca1baeb3a140b909c519f3164.tar.bz2 | |
uwsgi 2.0.7
Version bump & HEAD. (All still broken on Yosemite for the curious).
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/uwsgi.rb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Library/Formula/uwsgi.rb b/Library/Formula/uwsgi.rb index 32be98977..14d63332a 100644 --- a/Library/Formula/uwsgi.rb +++ b/Library/Formula/uwsgi.rb @@ -1,10 +1,10 @@ -require 'formula' +require "formula" class Uwsgi < Formula - homepage "http://projects.unbit.it/uwsgi/" - url "http://projects.unbit.it/downloads/uwsgi-2.0.6.tar.gz" - sha1 "5e0fc187ea10366153a1f800c0e7e80940188837" - revision 1 + homepage "https://uwsgi-docs.readthedocs.org/en/latest/" + url "http://projects.unbit.it/downloads/uwsgi-2.0.7.tar.gz" + sha1 "0e9d1f881736674221d60a5dd5dfcbc25051d48b" + head "https://github.com/unbit/uwsgi.git" bottle do sha1 "d42895c7b7fdbc1be90e7ebd84258f7409a70e4c" => :mavericks @@ -13,6 +13,7 @@ class Uwsgi < Formula end depends_on "pkg-config" => :build + depends_on :python if MacOS.version <= :snow_leopard depends_on "pcre" depends_on "yajl" if build.without? "jansson" @@ -117,7 +118,7 @@ class Uwsgi < Formula bin.install "uwsgi" end - plist_options :manual => 'uwsgi' + plist_options :manual => "uwsgi" def plist; <<-EOS.undent <?xml version="1.0" encoding="UTF-8"?> |
