nginx: update to 1.4.7.
This commit is contained in:
parent
ad18cd7acf
commit
c9e25ea9b6
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nginx'
|
# Template file for 'nginx'
|
||||||
pkgname=nginx
|
pkgname=nginx
|
||||||
version=1.4.6
|
version=1.4.7
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="pcre-devel>=8.30 openssl-devel"
|
makedepends="pcre-devel>=8.30 openssl-devel"
|
||||||
conf_files="
|
conf_files="
|
||||||
|
@ -25,7 +25,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Simplified BSD"
|
license="Simplified BSD"
|
||||||
homepage="http://nginx.org"
|
homepage="http://nginx.org"
|
||||||
distfiles="http://nginx.org/download/nginx-$version.tar.gz"
|
distfiles="http://nginx.org/download/nginx-$version.tar.gz"
|
||||||
checksum=7a8b5b15d708b5b9c61e723bd93faa247b06c8b90babb76f612c128edb5812c6
|
checksum=23b8ff4a76817090678f91b0efbfcef59a93492f6612dc8370c44c1f1ce1b626
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local cfgdir=/etc/nginx
|
local cfgdir=/etc/nginx
|
||||||
|
|
Loading…
Reference in New Issue