nginx: update HEAD to 1.1.5

Closes Homebrew/homebrew#8003.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
James Aitken 2011-10-06 18:30:37 +02:00 committed by Jack Nagel
parent fa8a429fdf
commit c7855781ca
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ require 'formula'
class Nginx < Formula
homepage 'http://nginx.org/'
url 'http://nginx.org/download/nginx-1.0.8.tar.gz'
head 'http://nginx.org/download/nginx-1.1.4.tar.gz'
head 'http://nginx.org/download/nginx-1.1.5.tar.gz'
if ARGV.build_head?
md5 'ae0b6d4c229817c247331750c7613d8b'
md5 '5f5d8c982ed0a2494b4f9347d407490d'
else
md5 '1049e5fc6e80339f6ba8668fadfb75f9'
end