nginx: update to 1.12.1.

This commit is contained in:
Enno Boland 2017-07-11 19:18:09 +02:00
parent ecc473cabd
commit 8dae4fdf9e

View file

@ -1,7 +1,7 @@
# Template file for 'nginx'
pkgname=nginx
version=1.12.0
revision=3
version=1.12.1
revision=1
makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)"
if [ "$CROSS_BUILD" ]; then
# fake configure run on host
@ -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=b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30
checksum=8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb
build_options="geoip"
build_options_default="geoip"