From e9141d63fbb06252c66378181d7bacd00a00f000 Mon Sep 17 00:00:00 2001 From: Sir-Boops Date: Mon, 13 Feb 2017 17:10:01 -0700 Subject: [PATCH] nginx: update to 1.10.3 (#5735) --- srcpkgs/nginx/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/nginx/template b/srcpkgs/nginx/template index 3aba869c550..ec72cb852ab 100644 --- a/srcpkgs/nginx/template +++ b/srcpkgs/nginx/template @@ -1,6 +1,6 @@ # Template file for 'nginx' pkgname=nginx -version=1.10.2 +version=1.10.3 revision=1 makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)" if [ "$CROSS_BUILD" ]; then @@ -26,9 +26,9 @@ make_dirs=" short_desc="A high performance web and reverse proxy server" maintainer="Juan RP " license="Simplified BSD" -homepage="http://nginx.org" -distfiles="http://nginx.org/download/nginx-$version.tar.gz" -checksum=1045ac4987a396e2fa5d0011daf8987b612dd2f05181b67507da68cbe7d765c2 +homepage="https://nginx.org" +distfiles="https://nginx.org/download/nginx-$version.tar.gz" +checksum=75020f1364cac459cb733c4e1caed2d00376e40ea05588fb8793076a4c69dd90 build_options="geoip" build_options_default="geoip" @@ -98,7 +98,7 @@ do_install() { } # REMARKS: -# The pregnerated header file for ARM must be syncrhonized on update. After the -# configure step, the diff between srcpkgs/nginx/files/ngx_auto_config.h.armv6l -# and masterdir/builddir/nginx-$version/objs/ngx_auto_config.h must be checked +# The pregnerated header file for ARM must be syncrhonized on update. After the +# configure step, the diff between srcpkgs/nginx/files/ngx_auto_config.h.armv6l +# and masterdir/builddir/nginx-$version/objs/ngx_auto_config.h must be checked # for changes that must be made.