diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nginx.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index bb491ca22..23d9fa07f 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -5,7 +5,7 @@ class Nginx < Formula head 'http://nginx.org/download/nginx-0.9.4.tar.gz' homepage 'http://nginx.org/' - if ARGV.include? '--HEAD' + if ARGV.build_head? @md5='055eb48433ec5ab5f25c5d186144e461' else @md5='44df4eb6a22d725021288c570789046f' |
