diff options
| author | Marc Qualie | 2013-10-08 14:58:18 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-10-08 15:06:47 +0100 |
| commit | 74382c38184d606728b142395582e0038910f2d9 (patch) | |
| tree | 66b0a6ef4d08ece00ead07a8f28645f8c223b208 /Library/Formula | |
| parent | 891edc7fb51aad3aef5b6e97f28029fee17fbeef (diff) | |
| download | homebrew-74382c38184d606728b142395582e0038910f2d9.tar.bz2 | |
nginx 1.4.3
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nginx.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index af05bb291..55d5c997b 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -2,8 +2,8 @@ require 'formula' class Nginx < Formula homepage 'http://nginx.org/' - url 'http://nginx.org/download/nginx-1.4.2.tar.gz' - sha1 '8f006dc773840b6624a137a584ff8850d5155e3f' + url 'http://nginx.org/download/nginx-1.4.3.tar.gz' + sha1 '8d0c34c84ce6dd8ba4442889e8f2599044c90930' devel do url 'http://nginx.org/download/nginx-1.5.5.tar.gz' |
