diff options
| author | Martin Wilhelmi | 2011-04-07 14:15:32 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-07 07:37:56 -0700 |
| commit | ef1e268ae579b0338b20cd0cc44f198edf4933da (patch) | |
| tree | 544f4e47f5b6ed5cdfc8b2682eb1c014fc204a94 /Library | |
| parent | 4c215630a6451aca1bf12dc6063bc40287472fdf (diff) | |
| download | homebrew-ef1e268ae579b0338b20cd0cc44f198edf4933da.tar.bz2 | |
nginx head 0.9.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 74e85043a..616f86bc2 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -2,7 +2,7 @@ require 'formula' class Nginx < Formula url 'http://nginx.org/download/nginx-0.8.54.tar.gz' - head 'http://nginx.org/download/nginx-0.9.6.tar.gz' + head 'http://nginx.org/download/nginx-0.9.7.tar.gz' homepage 'http://nginx.org/' if ARGV.build_head? |
