diff options
| author | Marc Qualie | 2013-07-17 14:53:29 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-17 07:04:32 -0700 |
| commit | 7e7a1ecca279c932a49834dc03f727d2a0b8467b (patch) | |
| tree | be453b9478a72fd5d901dd392cfb194b4a45e5cb /Library/Formula | |
| parent | 49a3570c007dbb7545352721da1e9e15bbe6d6ca (diff) | |
| download | homebrew-7e7a1ecca279c932a49834dc03f727d2a0b8467b.tar.bz2 | |
nginx 1.4.2
Closes #21278.
Signed-off-by: Adam Vandenberg <flangy@gmail.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 244efee29..4dc808364 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.1.tar.gz' - sha1 '9c72838973572323535dae10f4e412d671b27a7e' + url 'http://nginx.org/download/nginx-1.4.2.tar.gz' + sha1 '8f006dc773840b6624a137a584ff8850d5155e3f' devel do url 'http://nginx.org/download/nginx-1.5.2.tar.gz' |
