diff options
| author | jgeiger | 2010-10-04 10:32:42 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-06 06:51:38 -0700 |
| commit | 292859841375f375c54ef9508e1f28fbbbb8cbbd (patch) | |
| tree | 3b71a26ae807c4c8efa1455e2cfea87a4f26a8f5 /Library/Formula | |
| parent | f679250c0e64ef7d491dfc94397f94c9b61bf5f3 (diff) | |
| download | homebrew-292859841375f375c54ef9508e1f28fbbbb8cbbd.tar.bz2 | |
nginx stable is now 0.8.52
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 |
