mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nginx: update to 1.14.1.
This commit is contained in:
parent
7ce6276aef
commit
0168ecb37f
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'nginx'
|
# Template file for 'nginx'
|
||||||
pkgname=nginx
|
pkgname=nginx
|
||||||
version=1.14.0
|
version=1.14.1
|
||||||
revision=3
|
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"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
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=5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5
|
checksum=bf09974130c0d41c0a811decc17a96ec2f58cdc8bbacb771de8d38c9ba14a4a4
|
||||||
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
Reference in a new issue