aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/nginx.rb
diff options
context:
space:
mode:
authorJames Aitken2011-11-30 11:26:02 +0000
committerAdam Vandenberg2011-11-30 20:11:13 -0800
commitf95aa2423bf938a08911612954e41ed6d38a5c48 (patch)
treeff18dabaa6640ab4d2aee0ea1cf1b84df532c2cb /Library/Formula/nginx.rb
parent07b56e817e6295502bb33f9e3cfa91c975385ea7 (diff)
downloadhomebrew-f95aa2423bf938a08911612954e41ed6d38a5c48.tar.bz2
Nginx: Update HEAD to 1.1.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/nginx.rb')
-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 5cbf4e774..0c88115d9 100644
--- a/Library/Formula/nginx.rb
+++ b/Library/Formula/nginx.rb
@@ -3,10 +3,10 @@ require 'formula'
class Nginx < Formula
homepage 'http://nginx.org/'
url 'http://nginx.org/download/nginx-1.0.10.tar.gz'
- head 'http://nginx.org/download/nginx-1.1.9.tar.gz'
+ head 'http://nginx.org/download/nginx-1.1.10.tar.gz'
if ARGV.build_head?
- md5 '711536767ce9127b1ffcc5043063bc84'
+ md5 '0a2ef995d108999b874299a304e3e49f'
else
md5 '930b297b00fa1018fb0a1dd3e6b7e17e'
end