nginx: update to 1.6.2.
This commit is contained in:
parent
03d61d27d9
commit
b180f9393f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'nginx'
|
||||
pkgname=nginx
|
||||
version=1.6.1
|
||||
version=1.6.2
|
||||
revision=1
|
||||
makedepends="pcre-devel>=8.30 libressl-devel"
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
@ -28,7 +28,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="Simplified BSD"
|
||||
homepage="http://nginx.org"
|
||||
distfiles="http://nginx.org/download/nginx-$version.tar.gz"
|
||||
checksum=f5cfe682a1aeef4602c2ca705402d5049b748f946563f41d8256c18674836067
|
||||
checksum=b5608c2959d3e7ad09b20fc8f9e5bd4bc87b3bc8ba5936a513c04ed8f1391a18
|
||||
|
||||
build_options="systemd"
|
||||
if [ "$build_option_systemd" ]; then
|
||||
|
|
Loading…
Reference in a new issue