nginx: update to 1.8.0

This commit is contained in:
Jeff Huang 2015-10-15 00:48:40 +00:00
parent f8dda53521
commit 56f5c5b874

View File

@ -1,15 +1,11 @@
# maintainer abveritas[at]chakra-project[dot]org
# Contributor: <Yeking@Red54.com>
pkgname=nginx
pkgver=1.6.2
pkgver=1.8.0
pkgrel=1
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
arch=('x86_64')
url='http://nginx.org'
license=('custom')
depends=('pcre' 'zlib' 'openssl')
#makedepends=('hardening-wrapper')
depends=('pcre' 'zlib' 'openssl' 'geoip')
backup=('etc/nginx/fastcgi.conf'
'etc/nginx/fastcgi_params'
'etc/nginx/koi-win'
@ -23,7 +19,7 @@ backup=('etc/nginx/fastcgi.conf'
source=("http://nginx.org/download/nginx-$pkgver.tar.gz"
nginx.service
nginx.logrotate)
md5sums=('d1b55031ae6e4bce37f8776b94d8b930'
md5sums=('3ca4a37931e9fa301964b8ce889da8cb'
'e67b777bd10f5c180e247092ddfd6eb7'
'19a26a61c8afe78defb8b4544f79a9a0')
@ -103,4 +99,4 @@ package() {
install -d "$pkgdir"/usr/share/man/man8/
gzip -9c man/nginx.8 > "$pkgdir"/usr/share/man/man8/nginx.8.gz
}
}