mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
nginx: update to 1.10.3 (#5735)
This commit is contained in:
parent
796e7fa55f
commit
e9141d63fb
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nginx'
|
# Template file for 'nginx'
|
||||||
pkgname=nginx
|
pkgname=nginx
|
||||||
version=1.10.2
|
version=1.10.3
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)"
|
makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)"
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
@ -26,9 +26,9 @@ make_dirs="
|
||||||
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="Simplified BSD"
|
license="Simplified BSD"
|
||||||
homepage="http://nginx.org"
|
homepage="https://nginx.org"
|
||||||
distfiles="http://nginx.org/download/nginx-$version.tar.gz"
|
distfiles="https://nginx.org/download/nginx-$version.tar.gz"
|
||||||
checksum=1045ac4987a396e2fa5d0011daf8987b612dd2f05181b67507da68cbe7d765c2
|
checksum=75020f1364cac459cb733c4e1caed2d00376e40ea05588fb8793076a4c69dd90
|
||||||
|
|
||||||
build_options="geoip"
|
build_options="geoip"
|
||||||
build_options_default="geoip"
|
build_options_default="geoip"
|
||||||
|
|
Loading…
Add table
Reference in a new issue