summaryrefslogtreecommitdiff
path: root/community/nginx/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-08 00:01:27 +0000
committerroot <root@rshg054.dnsready.net>2012-03-08 00:01:27 +0000
commit718c8e57ef26498cff228de3de92bf5c8a3f6343 (patch)
treebff46acd12c91eafe51a7feebb7f840e9834cc0e /community/nginx/PKGBUILD
parent5a680f7689b01b4b7a0bfade1a6c1f659f8cbed4 (diff)
Thu Mar 8 00:01:27 UTC 2012
Diffstat (limited to 'community/nginx/PKGBUILD')
-rw-r--r--community/nginx/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD
index 430ab54b3..0b4d546f6 100644
--- a/community/nginx/PKGBUILD
+++ b/community/nginx/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 64420 2012-02-13 04:03:13Z spupykin $
+# $Id: PKGBUILD 67272 2012-03-06 06:31:05Z bpiotrowski $
# 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.12
+pkgver=1.0.13
pkgrel=1
pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server"
arch=('i686' 'x86_64')
@@ -24,9 +24,9 @@ backup=("etc/nginx/conf/fastcgi.conf"
"etc/nginx/conf/win-utf"
"etc/logrotate.d/nginx"
"etc/conf.d/nginx")
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz
- nginx)
-md5sums=('a41a01d7cd46e13ea926d7c9ca283a95'
+source=("http://nginx.org/download/nginx-$pkgver.tar.gz"
+ 'nginx')
+md5sums=('58360774e4875e8fc4c4286448cb54d0'
'0e8032d3ba26c3276e8c7c30588d375f')
_doc_root=/usr/share/nginx/http
@@ -36,8 +36,6 @@ _tmp_path=/var/spool/nginx
_log_path=/var/log/nginx
_user=http
_group=http
-md5sums=('d0ceefeb2a68ecb19e78ee894a5b52a3'
- '0e8032d3ba26c3276e8c7c30588d375f')
build() {
cd "$srcdir/nginx-${pkgver}"