Nginx: Stable 1.2.0

Closes Homebrew/homebrew#11837.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
James Aitken 2012-04-23 22:58:03 +02:00 committed by Jack Nagel
parent 4d069eb3bb
commit b1a9adf12c

View file

@ -2,13 +2,8 @@ require 'formula'
class Nginx < Formula
homepage 'http://nginx.org/'
url 'http://nginx.org/download/nginx-1.0.15.tar.gz'
md5 '17da4802209b83d9bebb0f0edd975dfc'
devel do
url 'http://nginx.org/download/nginx-1.1.19.tar.gz'
md5 '2cd87f2d8eed50f7e6bb217d760b3ad2'
end
url 'http://nginx.org/download/nginx-1.2.0.tar.gz'
md5 'a02ef93d65a7031a1ea3256ad5eba626'
depends_on 'pcre'