nginx: updated to version 1.11.5

This commit is contained in:
Matt Housh 2016-10-12 14:01:43 -05:00
parent f26fa6c2da
commit de88e42487
2 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,3 @@
92666d60410f429ddbdb10060369a480 nginx-1.11.4.tar.gz
db43f2b19746f6f47401c3afc3924dc6 nginx-1.11.5.tar.gz
93b358681200fe294581cb559d529aee nginx.conf
06712aa2b72397850b0725f2e9d20627 nginx.rc

View File

@ -4,7 +4,7 @@
# Depends on: libpcre zlib openssl
name=nginx
version=1.11.4
version=1.11.5
release=1
source=(http://nginx.org/download/$name-$version.tar.gz \
$name.conf $name.rc)
@ -21,8 +21,7 @@ build() {
--with-http_ssl_module \
--with-pcre \
--user=$name \
--group=$name \
--with-ipv6
--group=$name
make
make DESTDIR=$PKG install