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
parent
89e75824c2
commit
477dea44f5
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue