diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-09-25 20:35:38 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-09-25 20:35:38 +0200 |
commit | 5dc5de0b5aef6d201b16689a5a0d886d8147e3f7 (patch) | |
tree | 94385434f095ceb4380293d4f68411202d7ffaa3 /main/nginx | |
parent | 2f4d83e99c260f85e44a4bdd140a32f603674380 (diff) | |
download | aports-5dc5de0b5aef6d201b16689a5a0d886d8147e3f7.tar.bz2 aports-5dc5de0b5aef6d201b16689a5a0d886d8147e3f7.tar.xz |
main/nginx: upgrade to 1.2.4
Diffstat (limited to 'main/nginx')
-rw-r--r-- | main/nginx/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD index e7395c0a95..40ab710cc3 100644 --- a/main/nginx/APKBUILD +++ b/main/nginx/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> pkgname=nginx -pkgver=1.2.3 +pkgver=1.2.4 pkgrel=0 pkgdesc="lightweight HTTP and reverse proxy server" url="http://www.nginx.org" @@ -54,7 +54,7 @@ package() { install -m644 -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -md5sums="0a986e60826d9e3b453dbefc36bf8f6c nginx-1.2.3.tar.gz +md5sums="a7c9a515f632c8cbb07ab67392208088 nginx-1.2.4.tar.gz 4faf8dff6ff1490edae1688baf1b2abb nginx.initd 8823274a834332d3db4f62bf7dd1fb7d nginx.logrotate 801a87f7f9d27f8ad85b41a78b4c4461 ipv6.patch" |