nginx: update to 1.14.2.
This commit is contained in:
parent
7572967830
commit
e4bf08d16c
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nginx'
|
# Template file for 'nginx'
|
||||||
pkgname=nginx
|
pkgname=nginx
|
||||||
version=1.14.1
|
version=1.14.2
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="libressl-devel pcre-devel $(vopt_if geoip 'geoip-devel')"
|
makedepends="libressl-devel pcre-devel $(vopt_if geoip 'geoip-devel')"
|
||||||
short_desc="A high performance web and reverse proxy server"
|
short_desc="A high performance web and reverse proxy server"
|
||||||
|
@ -8,7 +8,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://nginx.org"
|
homepage="https://nginx.org"
|
||||||
distfiles="https://nginx.org/download/nginx-${version}.tar.gz"
|
distfiles="https://nginx.org/download/nginx-${version}.tar.gz"
|
||||||
checksum=bf09974130c0d41c0a811decc17a96ec2f58cdc8bbacb771de8d38c9ba14a4a4
|
checksum=002d9f6154e331886a2dd4e6065863c9c1cf8291ae97a1255308572c02be9797
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# fake configure run on host
|
# fake configure run on host
|
||||||
hostmakedepends=$makedepends
|
hostmakedepends=$makedepends
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue