diff options
| author | Dennis Krupenik | 2010-06-10 12:16:59 +0300 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-10 07:56:50 -0700 |
| commit | 3adb807c5df9d26c5743d2844fe120132c15e509 (patch) | |
| tree | b44df36c40d1119b46ef99bd9af1de806ab337de /Library/Formula | |
| parent | e7af03e010bcee3dfccc535c612428fd0f12a10c (diff) | |
| download | homebrew-3adb807c5df9d26c5743d2844fe120132c15e509.tar.bz2 | |
updated formula: nginx HEAD to 0.8.39
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 4eea95b81..0d563d798 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -2,11 +2,11 @@ require 'formula' class Nginx < Formula url 'http://nginx.org/download/nginx-0.7.65.tar.gz' - head 'http://nginx.org/download/nginx-0.8.37.tar.gz' + head 'http://nginx.org/download/nginx-0.8.39.tar.gz' homepage 'http://nginx.org/' if ARGV.include? '--HEAD' - @md5='19a7d830446a81800d69c1ff4dd727c3' + @md5='87e88c68b7651ab6aa879b6a563c3bd0' else @md5='abc4f76af450eedeb063158bd963feaa' end |
