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 c5b226502..2e353a94e 100644
--- a/Library/Formula/nginx.rb
+++ b/Library/Formula/nginx.rb
@@ -2,12 +2,12 @@ require 'formula'
class Nginx < Formula
homepage 'http://nginx.org/'
- url 'http://nginx.org/download/nginx-1.0.13.tar.gz'
- md5 '58360774e4875e8fc4c4286448cb54d0'
+ url 'http://nginx.org/download/nginx-1.0.14.tar.gz'
+ md5 '019844e48c34952253ca26dd6e28c35c'
devel do
- url 'http://nginx.org/download/nginx-1.1.16.tar.gz'
- md5 '64ab7793dd9365474907463883f5ef4f'
+ url 'http://nginx.org/download/nginx-1.1.17.tar.gz'
+ md5 'b4c1c855d130352586ffc9a945ea6c00'
end
depends_on 'pcre'