nginx: update to 1.6.3.

This commit is contained in:
Eivind Uggedal 2015-04-08 06:19:26 +00:00
parent 9bb7a9e86b
commit 9ac35d6fb3

View file

@ -1,7 +1,7 @@
# Template file for 'nginx'
pkgname=nginx
version=1.6.2
revision=7
version=1.6.3
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@gmail.com>"
license="Simplified BSD"
homepage="http://nginx.org"
distfiles="http://nginx.org/download/nginx-$version.tar.gz"
checksum=b5608c2959d3e7ad09b20fc8f9e5bd4bc87b3bc8ba5936a513c04ed8f1391a18
checksum=0a98e95b366e4d6042f331e1fa4d70e18fd1e49d8993e589008e70e742b7e757
build_options="systemd geoip"
build_options_default="geoip"