nginx: update to 1.8.0.
This commit is contained in:
parent
6fd6581881
commit
75f1f37322
2 changed files with 3 additions and 2 deletions
|
@ -14,6 +14,7 @@ desc_option_expat="Enable support for XML via expat"
|
|||
desc_option_framebuffer="Enable support for the Framebuffer"
|
||||
desc_option_gdk_pixbuf="Enable support to use transparency via gdk-pixbuf"
|
||||
desc_option_geoclue2="Enable support for geolocation (v2)"
|
||||
desc_option_geoip="Enable support for IP geolocation"
|
||||
desc_option_gif="Enable support for GIF images"
|
||||
desc_option_gir="Enable support for gobject introspection data"
|
||||
desc_option_gles2="Enable support for GLES (v2)"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'nginx'
|
||||
pkgname=nginx
|
||||
version=1.6.3
|
||||
version=1.8.0
|
||||
revision=1
|
||||
makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)"
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
@ -28,7 +28,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="Simplified BSD"
|
||||
homepage="http://nginx.org"
|
||||
distfiles="http://nginx.org/download/nginx-$version.tar.gz"
|
||||
checksum=0a98e95b366e4d6042f331e1fa4d70e18fd1e49d8993e589008e70e742b7e757
|
||||
checksum=23cca1239990c818d8f6da118320c4979aadf5386deda691b1b7c2c96b9df3d5
|
||||
|
||||
build_options="systemd geoip"
|
||||
build_options_default="geoip"
|
||||
|
|
Loading…
Reference in a new issue