diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-13 22:00:22 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-13 22:00:22 -0300 |
commit | b9930cb145be895813f48623c21b12acaf8e1dbf (patch) | |
tree | f878c72c58f3add6dcaf4ce56491acb1a01c8862 /community/nginx | |
parent | 009cb3e36c303eb4460b20d01fb01522787198d9 (diff) | |
parent | 16e845de1bbf76ab48a02bfaa21730f45e6afaaa (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ccrtp/PKGBUILD
community/commoncpp2/PKGBUILD
core/ncurses/PKGBUILD
core/udev/PKGBUILD
multilib/lib32-libjpeg-turbo/PKGBUILD
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 ead8bb820..abe5654fe 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' 'mips64el') 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}" |