aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorChris Hoffman2010-07-17 17:08:41 -0500
committerAdam Vandenberg2010-07-18 11:16:49 -0700
commit5ae6afe96ccc95a3363363f5e370818bad8b8556 (patch)
tree2fb4657849d5fb871aabec513c971858292fa58f /Library/Formula
parentd2ace4a0c29981bce9f6aeef5ae01370095527fc (diff)
downloadhomebrew-5ae6afe96ccc95a3363363f5e370818bad8b8556.tar.bz2
Update nginx formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 9474de497..bdb2b0f36 100644
--- a/Library/Formula/nginx.rb
+++ b/Library/Formula/nginx.rb
@@ -2,13 +2,13 @@ require 'formula'
class Nginx < Formula
url 'http://nginx.org/download/nginx-0.7.67.tar.gz'
- head 'http://nginx.org/download/nginx-0.8.44.tar.gz'
+ head 'http://nginx.org/download/nginx-0.8.45.tar.gz'
homepage 'http://nginx.org/'
unless ARGV.build_head?
md5 'b6e175f969d03a4d3c5643aaabc6a5ff'
else
- md5 '7158c67ba2697f7d469aa7b17bef202f'
+ md5 '26002367ee17d8be0b8b31e6cde95126'
end
depends_on 'pcre'