diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nginx.rb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index 0228f137e..1e16b547b 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -1,15 +1,10 @@ require 'formula' class Nginx < Formula - url 'http://nginx.org/download/nginx-0.7.67.tar.gz' - head 'http://nginx.org/download/nginx-0.8.50.tar.gz' + url 'http://nginx.org/download/nginx-0.8.52.tar.gz' homepage 'http://nginx.org/' - unless ARGV.build_head? - md5 'b6e175f969d03a4d3c5643aaabc6a5ff' - else - md5 'c730e35c9b14c6a19ff502c9082d1567' - end + md5 '8c1f0b6b9ad205b65248b1c55d3d801d' depends_on 'pcre' @@ -102,7 +97,7 @@ __END__ @@ -155,6 +155,22 @@ else . auto/feature fi - + + if [ $ngx_found = no ]; then + + # Homebrew |
