From 36961939ee979771ca1f001c3bb481d0974a72b4 Mon Sep 17 00:00:00 2001 From: James Aitken Date: Thu, 4 Aug 2011 12:21:17 +0100 Subject: nginx: use 1.1.0 HEAD version Signed-off-by: Adam Vandenberg --- Library/Formula/nginx.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index 7de92c28c..dff6628aa 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -3,7 +3,13 @@ require 'formula' class Nginx < Formula homepage 'http://nginx.org/' url 'http://nginx.org/download/nginx-1.0.5.tar.gz' - md5 '373c7761a7c682b92b164c8ee3d6d243' + head 'http://nginx.org/download/nginx-1.1.0.tar.gz' + + unless ARGV.build_head? + md5 '373c7761a7c682b92b164c8ee3d6d243' + else + md5 '3381f34eafc755f935a2d94148500505' + end depends_on 'pcre' -- cgit v1.2.3