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