Nginx 1.0.14 & devel 1.1.17
Includes important security fixes Closes Homebrew/homebrew#10961. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
24094cbd89
commit
99dacfba7f
1 changed files with 4 additions and 4 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue