summaryrefslogtreecommitdiffstats
path: root/main/nginx
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-10-28 10:03:32 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-10-28 10:03:32 +0000
commit23ac1c7849cfd38426b2451c6f70296dbc33e979 (patch)
tree970f640442fb683471e984113a595112b78f68a2 /main/nginx
parentfa38bb9b5c3fe6d73f63240fe52c87204a09511e (diff)
downloadaports-23ac1c7849cfd38426b2451c6f70296dbc33e979.tar.bz2
aports-23ac1c7849cfd38426b2451c6f70296dbc33e979.tar.xz
main/nginx: update to 1.0.5
Diffstat (limited to 'main/nginx')
-rw-r--r--main/nginx/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD
index 2432f2c5a..e08d11668 100644
--- a/main/nginx/APKBUILD
+++ b/main/nginx/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Jeff Bilyk <jbilyk@gmail.com>
# Maintainer: Cameron Banta <cbanta@gmail.com>
pkgname=nginx
-pkgver=1.0.4
-pkgrel=1
+pkgver=1.0.5
+pkgrel=0
pkgdesc="nginx [engine x] is a HTTP and reverse proxy server"
url="http://www.nginx.org"
arch="all"
@@ -57,7 +57,7 @@ package() {
install -m644 -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-md5sums="d23f6e6b07b57ac061e790b1ed64bb98 nginx-1.0.4.tar.gz
+md5sums="373c7761a7c682b92b164c8ee3d6d243 nginx-1.0.5.tar.gz
b06f6e23753385be0076539ba1806cb6 nginx.initd
8823274a834332d3db4f62bf7dd1fb7d nginx.logrotate
801a87f7f9d27f8ad85b41a78b4c4461 ipv6.patch"