From 54d9c27de340931404ef78a8d3407e76c637bbbe Mon Sep 17 00:00:00 2001 From: Joey Geiger Date: Tue, 3 May 2011 12:26:04 -0700 Subject: [PATCH] nginx 1.0.1 Signed-off-by: Adam Vandenberg --- Formula/nginx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/nginx.rb b/Formula/nginx.rb index 1bf03accd3..6425b47135 100644 --- a/Formula/nginx.rb +++ b/Formula/nginx.rb @@ -2,8 +2,8 @@ require 'formula' class Nginx < Formula homepage 'http://nginx.org/' - url 'http://nginx.org/download/nginx-1.0.0.tar.gz' - md5 '5751c920c266ea5bb5fc38af77e9c71c' + url 'http://nginx.org/download/nginx-1.0.1.tar.gz' + md5 '4d4e70e3c6c907cb101c97e9cf9399c8' depends_on 'pcre'