From 292859841375f375c54ef9508e1f28fbbbb8cbbd Mon Sep 17 00:00:00 2001 From: jgeiger Date: Mon, 4 Oct 2010 10:32:42 -0500 Subject: nginx stable is now 0.8.52 Signed-off-by: Adam Vandenberg --- Library/Formula/nginx.rb | 11 +++-------- 1 file 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 -- cgit v1.2.3