aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nginx.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb
index 795ebf651..4eea95b81 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.36.tar.gz'
+ head 'http://nginx.org/download/nginx-0.8.37.tar.gz'
homepage 'http://nginx.org/'
if ARGV.include? '--HEAD'
- @md5='171d88e44be3025a0bdac48c4eecd743'
+ @md5='19a7d830446a81800d69c1ff4dd727c3'
else
@md5='abc4f76af450eedeb063158bd963feaa'
end