diff options
author | root <root@rshg054.dnsready.net> | 2012-08-10 00:02:12 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-10 00:02:12 +0000 |
commit | 20107df59a093c814f11aa0328f3d006a3aa696e (patch) | |
tree | 386ebe17c5486289ba3d6d12bed05575688dcf66 /community/nginx/PKGBUILD | |
parent | d5bbc26b6a8a40b207200a1d19d466206ea3ee13 (diff) |
Fri Aug 10 00:02:11 UTC 2012
Diffstat (limited to 'community/nginx/PKGBUILD')
-rw-r--r-- | community/nginx/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD index 33cda78f5..9f9c329bb 100644 --- a/community/nginx/PKGBUILD +++ b/community/nginx/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 74696 2012-08-02 08:23:51Z bpiotrowski $ +# $Id: PKGBUILD 74874 2012-08-08 06:49: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> @@ -7,8 +7,8 @@ _cfgdir=/etc/nginx _tmpdir=/var/lib/nginx pkgname=nginx -pkgver=1.2.2 -pkgrel=3 +pkgver=1.2.3 +pkgrel=1 pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server" arch=('i686' 'x86_64') depends=('pcre' 'zlib' 'openssl') @@ -31,7 +31,7 @@ source=(http://nginx.org/download/nginx-$pkgver.tar.gz rc.d service nginx.logrotate) -md5sums=('53105bbe3ac9319db54d9eb46119695b' +md5sums=('0a986e60826d9e3b453dbefc36bf8f6c' 'f62c7c9b5a53471d4666a4c49ad363fb' '62d494d23aef31d0b867161f9fffa6eb' 'b38744739022876554a0444d92e6603b') |