aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nginx.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb
index dff6628aa..4aa9af252 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.5.tar.gz'
- head 'http://nginx.org/download/nginx-1.1.0.tar.gz'
+ url 'http://nginx.org/download/nginx-1.0.6.tar.gz'
+ head 'http://nginx.org/download/nginx-1.1.1.tar.gz'
- unless ARGV.build_head?
- md5 '373c7761a7c682b92b164c8ee3d6d243'
+ if ARGV.build_head?
+ md5 '5afe88508dfca83db2cb991dceceb3a3'
else
- md5 '3381f34eafc755f935a2d94148500505'
+ md5 'bc98bac3f0b85da1045bc02e6d8fc80d'
end
depends_on 'pcre'