nginx: update to 1.12.0.

This commit is contained in:
Enno Boland 2017-04-15 17:47:02 +02:00
parent f6a3c45534
commit af96b03edb

View file

@ -1,6 +1,6 @@
# Template file for 'nginx'
pkgname=nginx
version=1.10.3
version=1.12.0
revision=3
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=75020f1364cac459cb733c4e1caed2d00376e40ea05588fb8793076a4c69dd90
checksum=b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30
build_options="geoip"
build_options_default="geoip"