Update nginx formula

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Chris Hoffman 2010-07-17 17:08:41 -05:00 committed by Adam Vandenberg
parent 2ab81654fa
commit 5adc6977cb
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@ require 'formula'
class Nginx < Formula
url 'http://nginx.org/download/nginx-0.7.67.tar.gz'
head 'http://nginx.org/download/nginx-0.8.44.tar.gz'
head 'http://nginx.org/download/nginx-0.8.45.tar.gz'
homepage 'http://nginx.org/'
unless ARGV.build_head?
md5 'b6e175f969d03a4d3c5643aaabc6a5ff'
else
md5 '7158c67ba2697f7d469aa7b17bef202f'
md5 '26002367ee17d8be0b8b31e6cde95126'
end
depends_on 'pcre'