nginx: update to 1.14.1.

This commit is contained in:
Johannes 2018-11-22 22:55:39 +01:00 committed by Johannes
parent 7ce6276aef
commit 0168ecb37f
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'nginx'
pkgname=nginx
version=1.14.0
revision=3
version=1.14.1
revision=1
makedepends="libressl-devel pcre-devel $(vopt_if geoip 'geoip-devel')"
short_desc="A high performance web and reverse proxy server"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD-2-Clause"
homepage="https://nginx.org"
distfiles="https://nginx.org/download/nginx-${version}.tar.gz"
checksum=5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5
checksum=bf09974130c0d41c0a811decc17a96ec2f58cdc8bbacb771de8d38c9ba14a4a4
if [ "$CROSS_BUILD" ]; then
# fake configure run on host
hostmakedepends=$makedepends