nginx 1.10.2

Closes #6058.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
Korry Luke 2016-10-19 00:59:06 +09:00 committed by Tomasz Pajor
parent f55471a129
commit 2211529c4a

View file

@ -3,8 +3,8 @@ class Nginx < Formula
homepage "https://nginx.org/"
stable do
url "https://nginx.org/download/nginx-1.10.1.tar.gz"
sha256 "1fd35846566485e03c0e318989561c135c598323ff349c503a6c14826487a801"
url "https://nginx.org/download/nginx-1.10.2.tar.gz"
sha256 "1045ac4987a396e2fa5d0011daf8987b612dd2f05181b67507da68cbe7d765c2"
depends_on "openssl"
end