aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nginx.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb
index ac35fe242..8c0784531 100644
--- a/Library/Formula/nginx.rb
+++ b/Library/Formula/nginx.rb
@@ -2,13 +2,13 @@ require 'formula'
class Nginx < Formula
homepage 'http://nginx.org/'
- url 'http://nginx.org/download/nginx-1.0.9.tar.gz'
- head 'http://nginx.org/download/nginx-1.1.7.tar.gz'
+ url 'http://nginx.org/download/nginx-1.0.10.tar.gz'
+ head 'http://nginx.org/download/nginx-1.1.8.tar.gz'
if ARGV.build_head?
- md5 '2d6b93a50b60a98608a7ab710d437378'
+ md5 'f9f3e60f498b7ffac778ee72ea7db309'
else
- md5 'bd2bfba1c5bf751bc3361de5e3ac7c4a'
+ md5 '930b297b00fa1018fb0a1dd3e6b7e17e'
end
depends_on 'pcre'