nginx: update to 1.14.2.

This commit is contained in:
Johannes 2018-12-06 12:09:49 +01:00 committed by Johannes
parent 7572967830
commit e4bf08d16c

View file

@ -1,6 +1,6 @@
# Template file for 'nginx'
pkgname=nginx
version=1.14.1
version=1.14.2
revision=1
makedepends="libressl-devel pcre-devel $(vopt_if geoip 'geoip-devel')"
short_desc="A high performance web and reverse proxy server"
@ -8,7 +8,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD-2-Clause"
homepage="https://nginx.org"
distfiles="https://nginx.org/download/nginx-${version}.tar.gz"
checksum=bf09974130c0d41c0a811decc17a96ec2f58cdc8bbacb771de8d38c9ba14a4a4
checksum=002d9f6154e331886a2dd4e6065863c9c1cf8291ae97a1255308572c02be9797
if [ "$CROSS_BUILD" ]; then
# fake configure run on host
hostmakedepends=$makedepends