diff options
| author | Marc | 2010-12-29 08:20:30 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-12-29 21:28:06 -0800 |
| commit | 1cf96351e62e2ed556eb6d9ac1df65579fe103db (patch) | |
| tree | 2a5620d1abb9e158554fedec321da46fb357b67e /Library/Formula/nginx.rb | |
| parent | 18e80e518ade7f633da1dbe7a9c645a7bcc2ca40 (diff) | |
| download | homebrew-1cf96351e62e2ed556eb6d9ac1df65579fe103db.tar.bz2 | |
updated to nginx 0.8.54 stable
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/nginx.rb')
| -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 7ea850334..e3ec9bf83 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -1,10 +1,10 @@ require 'formula' class Nginx < Formula - url 'http://nginx.org/download/nginx-0.8.53.tar.gz' + url 'http://nginx.org/download/nginx-0.8.54.tar.gz' homepage 'http://nginx.org/' - md5 '717eaea1b34e8663849f64b9aa05a9da' + md5 '44df4eb6a22d725021288c570789046f' depends_on 'pcre' |
