From 477dea44f5af116668ee7873d57a28429911bffa Mon Sep 17 00:00:00 2001 From: James Aitken Date: Tue, 4 Oct 2011 15:16:37 +0200 Subject: [PATCH] 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 --- Formula/nginx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/nginx.rb b/Formula/nginx.rb index 8e12f12492e..72f9c2e4841 100644 --- a/Formula/nginx.rb +++ b/Formula/nginx.rb @@ -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'