nginx 1.15.1
Closes #29962. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
174649678a
commit
5544ee2c4d
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ class Nginx < Formula
|
|||
homepage "https://nginx.org/"
|
||||
# Use "mainline" releases only (odd minor version number), not "stable"
|
||||
# See https://www.nginx.com/blog/nginx-1-12-1-13-released/ for why
|
||||
url "https://nginx.org/download/nginx-1.15.0.tar.gz"
|
||||
sha256 "b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516"
|
||||
url "https://nginx.org/download/nginx-1.15.1.tar.gz"
|
||||
sha256 "c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460"
|
||||
head "https://hg.nginx.org/nginx/", :using => :hg
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue