nginx: update to 1.8.1.

This commit is contained in:
Michael Gehring 2016-01-28 04:34:35 +01:00
parent 2f4d37b10c
commit 4156f11592
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'nginx'
pkgname=nginx
version=1.8.0
revision=7
version=1.8.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="http://nginx.org"
distfiles="http://nginx.org/download/nginx-$version.tar.gz"
checksum=23cca1239990c818d8f6da118320c4979aadf5386deda691b1b7c2c96b9df3d5
checksum=8f4b3c630966c044ec72715754334d1fdf741caa1d5795fb4646c27d09f797b7
build_options="geoip"
build_options_default="geoip"