summaryrefslogtreecommitdiff
path: root/community/nginx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nginx/PKGBUILD')
-rw-r--r--community/nginx/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD
index 8c1becc67..a92c5cc21 100644
--- a/community/nginx/PKGBUILD
+++ b/community/nginx/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 44862 2011-04-12 10:26:44Z spupykin $
+# $Id: PKGBUILD 46097 2011-05-03 14:39:45Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl>
@@ -11,12 +11,12 @@ _user=http
_group=http
pkgname=nginx
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server"
arch=('i686' 'x86_64')
depends=('pcre' 'zlib' 'openssl')
-url="http://nginx.net/"
+url="http://nginx.org"
license=('custom')
backup=("etc/nginx/conf/nginx.conf"
"etc/nginx/conf/koi-win"
@@ -27,7 +27,7 @@ backup=("etc/nginx/conf/nginx.conf"
"etc/logrotate.d/nginx")
source=(http://sysoev.ru/nginx/nginx-${pkgver}.tar.gz
nginx)
-md5sums=('5751c920c266ea5bb5fc38af77e9c71c'
+md5sums=('4d4e70e3c6c907cb101c97e9cf9399c8'
'837b010afcbdfe82d8e65ef00c4e14ba')
build() {