nginx: update to 1.12.2. (#8501)

This commit is contained in:
maxice8 2017-10-24 03:02:01 -02:00 committed by Juan RP
parent 7bb2aa3c49
commit f89c96c11e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'nginx'
pkgname=nginx
version=1.12.1
version=1.12.2
revision=1
makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)"
if [ "$CROSS_BUILD" ]; then
@ -28,7 +28,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Simplified BSD"
homepage="https://nginx.org"
distfiles="https://nginx.org/download/nginx-$version.tar.gz"
checksum=8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb
checksum=305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416
build_options="geoip"
build_options_default="geoip"