aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDennis Krupenik2011-04-09 15:31:29 +0300
committerAdam Vandenberg2011-04-09 07:43:53 -0700
commit2eb4f6bdcb91e23d56ff821aacfec67286de62b1 (patch)
treecbfc35f4c82b1949cd6d9be001f3d6b890a41573 /Library
parentfac665e5982dc848f02290fa7106732fd3047271 (diff)
downloadhomebrew-2eb4f6bdcb91e23d56ff821aacfec67286de62b1.tar.bz2
fixed nginx 0.9.7 (head) md5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nginx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb
index 616f86bc2..0c53d217c 100644
--- a/Library/Formula/nginx.rb
+++ b/Library/Formula/nginx.rb
@@ -6,7 +6,7 @@ class Nginx < Formula
homepage 'http://nginx.org/'
if ARGV.build_head?
- md5 'bb2dbacd4e66c4c578e0ac44b2f006b5'
+ md5 'efd94b736155f2c0b5267f50f09e7f67'
else
md5 '44df4eb6a22d725021288c570789046f'
end