From 718c8e57ef26498cff228de3de92bf5c8a3f6343 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 8 Mar 2012 00:01:27 +0000 Subject: Thu Mar 8 00:01:27 UTC 2012 --- community/nginx/PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'community/nginx') diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD index 430ab54b3..0b4d546f6 100644 --- a/community/nginx/PKGBUILD +++ b/community/nginx/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 64420 2012-02-13 04:03:13Z spupykin $ +# $Id: PKGBUILD 67272 2012-03-06 06:31:05Z bpiotrowski $ # Maintainer: Sergej Pupykin # Maintainer: Bartłomiej Piotrowski # Contributor: Miroslaw Szot pkgname=nginx -pkgver=1.0.12 +pkgver=1.0.13 pkgrel=1 pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server" arch=('i686' 'x86_64') @@ -24,9 +24,9 @@ backup=("etc/nginx/conf/fastcgi.conf" "etc/nginx/conf/win-utf" "etc/logrotate.d/nginx" "etc/conf.d/nginx") -source=(http://nginx.org/download/nginx-$pkgver.tar.gz - nginx) -md5sums=('a41a01d7cd46e13ea926d7c9ca283a95' +source=("http://nginx.org/download/nginx-$pkgver.tar.gz" + 'nginx') +md5sums=('58360774e4875e8fc4c4286448cb54d0' '0e8032d3ba26c3276e8c7c30588d375f') _doc_root=/usr/share/nginx/http @@ -36,8 +36,6 @@ _tmp_path=/var/spool/nginx _log_path=/var/log/nginx _user=http _group=http -md5sums=('d0ceefeb2a68ecb19e78ee894a5b52a3' - '0e8032d3ba26c3276e8c7c30588d375f') build() { cd "$srcdir/nginx-${pkgver}" -- cgit v1.2.3-54-g00ecf