updated formula: nginx head to 0.8.43

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Dennis Krupenik 2010-07-02 12:45:29 +03:00 committed by Adam Vandenberg
parent 185d18a192
commit 20caeed785
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@ require 'formula'
class Nginx < Formula
url 'http://nginx.org/download/nginx-0.7.67.tar.gz'
head 'http://nginx.org/download/nginx-0.8.42.tar.gz'
head 'http://nginx.org/download/nginx-0.8.43.tar.gz'
homepage 'http://nginx.org/'
if ARGV.include? '--HEAD'
@md5='2818e8b03512b239f1238d702703bcf3'
@md5='db13a36e5b6d1766e65d658eb1429803'
else
@md5='b6e175f969d03a4d3c5643aaabc6a5ff'
end