diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-14 11:07:38 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-14 11:07:38 +0100 |
commit | c8a6e62e24256833cac740194205534c19c4e86a (patch) | |
tree | 49773e0db190489895974b0522c010636ea45b9c /community/nginx | |
parent | c0a02f08d66969b92325d421354f4def5c23f84c (diff) | |
parent | 6fa5f08247aef1f757f376ef12bd4a6257c124f2 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Diffstat (limited to 'community/nginx')
-rw-r--r-- | community/nginx/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD index 62ffecfaa..ead5920c7 100644 --- a/community/nginx/PKGBUILD +++ b/community/nginx/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 76652 2012-09-25 18:40:48Z bpiotrowski $ +# $Id: PKGBUILD 79831 2012-11-13 15:52:46Z bpiotrowski $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Bartłomiej Piotrowski <barthalion@gmal.com> # Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl> @@ -7,7 +7,7 @@ _cfgdir=/etc/nginx _tmpdir=/var/lib/nginx pkgname=nginx -pkgver=1.2.4 +pkgver=1.2.5 pkgrel=1 pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server" arch=('i686' 'x86_64' 'mips64el') @@ -31,7 +31,7 @@ source=(http://nginx.org/download/nginx-$pkgver.tar.gz rc.d service nginx.logrotate) -md5sums=('a7c9a515f632c8cbb07ab67392208088' +md5sums=('4f5a55187a3d45fa37d99d07ddd90800' 'f62c7c9b5a53471d4666a4c49ad363fb' '62d494d23aef31d0b867161f9fffa6eb' 'b38744739022876554a0444d92e6603b') |