Nginx: Update to 1.0.8

Bugfix: nginx could not be built --with-http_mp4_module and without --with-debug option.

Closes Homebrew/homebrew#7965.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
master
James Aitken 2011-10-04 15:16:37 +02:00 committed by Charlie Sharpsteen
parent 89e75824c2
commit 477dea44f5
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@ require 'formula'
class Nginx < Formula
homepage 'http://nginx.org/'
url 'http://nginx.org/download/nginx-1.0.7.tar.gz'
url 'http://nginx.org/download/nginx-1.0.8.tar.gz'
head 'http://nginx.org/download/nginx-1.1.4.tar.gz'
if ARGV.build_head?
md5 'ae0b6d4c229817c247331750c7613d8b'
else
md5 '2a63d20301b924fa44c7d02586ae7ade'
md5 '1049e5fc6e80339f6ba8668fadfb75f9'
end
depends_on 'pcre'