Update nginx to 0.7.62

The previous fix to do this actually /downgraded/ it to 0.7.2.
This commit is contained in:
Adam Vandenberg 2009-09-25 12:21:48 -07:00 committed by Max Howell
parent 5c3c0c5f33
commit 75d0d0a42f

View file

@ -1,9 +1,9 @@
require 'brewkit'
class Nginx < Formula
@url='http://sysoev.ru/nginx/nginx-0.7.2.tar.gz'
@url='http://sysoev.ru/nginx/nginx-0.7.62.tar.gz'
@homepage='http://nginx.net/'
@md5='5d63188601cdd01f507161edc419ba0e'
@md5='ab22f1b7f098a90d803a3abb94d23f7e'
depends_on 'pcre'