nginx 1.15.10
Closes #38370. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
6020210583
commit
2a7debc41b
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.9.tar.gz"
|
||||
sha256 "e4cfba989bba614cd53f3f406ac6da9f05977d6b1296e5d20a299f10c2d7ae43"
|
||||
url "https://nginx.org/download/nginx-1.15.10.tar.gz"
|
||||
sha256 "b865743abd52bce4745d0f7e7fedde3cafbaaab617b022c105e3e4e456537c3c"
|
||||
head "https://hg.nginx.org/nginx/", :using => :hg
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue