Update nginx from 1.13.3 to 1.13.4

This is a general bugfix and maintenance release.

Tested as working on XE500C13-K01US.
This commit is contained in:
Casey Strouse
2017-08-23 09:03:18 -07:00
committed by Kazushi (Jam) Marukawa
parent 2af16f8249
commit 9514919263

View File

@@ -3,9 +3,9 @@ require 'package'
class Nginx < Package
description 'nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server, originally written by Igor Sysoev.'
homepage 'http://nginx.org/'
version '1.13.3'
source_url 'https://nginx.org/download/nginx-1.13.3.tar.gz'
source_sha256 '5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72'
version '1.13.4'
source_url 'https://nginx.org/download/nginx-1.13.4.tar.gz'
source_sha256 'de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba'
depends_on 'pcre'