diff options
| author | James Aitken | 2012-03-06 03:24:15 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-05 20:17:47 -0800 |
| commit | 76487e5247a4b525fdda95fc0c26687f6d08b7b9 (patch) | |
| tree | 15840c86420084983bff60b5121acc75bed5080a /Library | |
| parent | bb6ade1c608315b5668e67b072a317be19180a27 (diff) | |
| download | homebrew-76487e5247a4b525fdda95fc0c26687f6d08b7b9.tar.bz2 | |
Nginx 1.0.13
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/nginx.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index 969769f65..c5b226502 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -2,8 +2,8 @@ require 'formula' class Nginx < Formula homepage 'http://nginx.org/' - url 'http://nginx.org/download/nginx-1.0.12.tar.gz' - md5 'd0ceefeb2a68ecb19e78ee894a5b52a3' + url 'http://nginx.org/download/nginx-1.0.13.tar.gz' + md5 '58360774e4875e8fc4c4286448cb54d0' devel do url 'http://nginx.org/download/nginx-1.1.16.tar.gz' |
