mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
nginx: update to 1.12.1.
This commit is contained in:
parent
ecc473cabd
commit
8dae4fdf9e
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nginx'
|
# Template file for 'nginx'
|
||||||
pkgname=nginx
|
pkgname=nginx
|
||||||
version=1.12.0
|
version=1.12.1
|
||||||
revision=3
|
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
|
||||||
# fake configure run on host
|
# fake configure run on host
|
||||||
|
@ -28,7 +28,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Simplified BSD"
|
license="Simplified BSD"
|
||||||
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=b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30
|
checksum=8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb
|
||||||
|
|
||||||
build_options="geoip"
|
build_options="geoip"
|
||||||
build_options_default="geoip"
|
build_options_default="geoip"
|
||||||
|
|
Loading…
Add table
Reference in a new issue