nginx 1.13.12
Closes #26571. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
a9ae1eb2a2
commit
253d407255
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Nginx < Formula
|
||||
desc "HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server"
|
||||
homepage "https://nginx.org/"
|
||||
url "https://nginx.org/download/nginx-1.13.11.tar.gz"
|
||||
sha256 "35799c974644d2896b34ba876461dfd142c1b11f06f5aa57d255a77d4da36f05"
|
||||
url "https://nginx.org/download/nginx-1.13.12.tar.gz"
|
||||
sha256 "fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de"
|
||||
head "https://hg.nginx.org/nginx/", :using => :hg
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue