summaryrefslogtreecommitdiff
path: root/community/nginx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nginx/PKGBUILD')
-rw-r--r--community/nginx/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD
index d0ccddf3d..abe5654fe 100644
--- a/community/nginx/PKGBUILD
+++ b/community/nginx/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 60863 2011-12-19 16:15:47Z bpiotrowski $
+# $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
+pkgver=1.0.12
pkgrel=1
pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server"
arch=('i686' 'x86_64' 'mips64el')
@@ -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}"