diff options
author | root <root@rshg054.dnsready.net> | 2012-02-13 23:15:14 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-13 23:15:14 +0000 |
commit | 16e845de1bbf76ab48a02bfaa21730f45e6afaaa (patch) | |
tree | 29a9ad28230397e62bdb0ab5cd970763a6033f69 /community/nginx | |
parent | 0020cc650ff973f269f23332e82fc097254d0adc (diff) |
Mon Feb 13 23:15:14 UTC 2012
Diffstat (limited to 'community/nginx')
-rw-r--r-- | community/nginx/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD index 2aacb6a5d..430ab54b3 100644 --- a/community/nginx/PKGBUILD +++ b/community/nginx/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 64339 2012-02-11 23:22:19Z allan $ +# $Id: PKGBUILD 64420 2012-02-13 04:03:13Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Bartłomiej Piotrowski <barthalion@gmal.com> # Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl> pkgname=nginx -pkgver=1.0.11 -pkgrel=2 +pkgver=1.0.12 +pkgrel=1 pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server" arch=('i686' 'x86_64') depends=('pcre' 'zlib' 'openssl') @@ -36,6 +36,8 @@ _tmp_path=/var/spool/nginx _log_path=/var/log/nginx _user=http _group=http +md5sums=('d0ceefeb2a68ecb19e78ee894a5b52a3' + '0e8032d3ba26c3276e8c7c30588d375f') build() { cd "$srcdir/nginx-${pkgver}" |