nginx: update to 1.16.1.
This commit is contained in:
parent
845352b586
commit
b174b9c482
1 changed files with 5 additions and 9 deletions
|
@ -1,25 +1,21 @@
|
|||
# Template file for 'nginx'
|
||||
pkgname=nginx
|
||||
version=1.16.0
|
||||
revision=3
|
||||
version=1.16.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="libressl-devel pcre-devel $(vopt_if geoip 'geoip-devel')"
|
||||
hostmakedepends="libressl-devel pcre-devel $(vopt_if geoip geoip-devel)"
|
||||
makedepends="${hostmakedepends}"
|
||||
short_desc="High performance web and reverse proxy server"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://nginx.org"
|
||||
distfiles="https://nginx.org/download/nginx-${version}.tar.gz"
|
||||
checksum=4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345
|
||||
checksum=f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b
|
||||
|
||||
# NOTE:
|
||||
# On update, the pregenerated header file for ARM may need synchronization.
|
||||
# See srcpkgs/nginx/files/ngx_auto_config.h.armv6l.patch for more information.
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# fake configure run on host
|
||||
hostmakedepends+=" $makedepends"
|
||||
fi
|
||||
|
||||
conf_files="/etc/nginx/fastcgi.conf
|
||||
/etc/nginx/fastcgi_params
|
||||
/etc/nginx/koi-win
|
||||
|
|
Loading…
Reference in a new issue