diff options
author | William Pitcock <nenolod@dereferenced.org> | 2012-11-28 19:44:50 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2012-11-28 19:44:50 -0600 |
commit | 8286df43016b31ef0319e06dacfeac49037e4511 (patch) | |
tree | 88aea277e98f69ebbdd0b2813d36edb759b773ed | |
parent | 6fc0bd55848a58f10134bd6ae39acede76bf2f75 (diff) | |
download | aports-8286df43016b31ef0319e06dacfeac49037e4511.tar.bz2 aports-8286df43016b31ef0319e06dacfeac49037e4511.tar.xz |
main/nginx: upgrade to 1.2.5
-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 40ab710cc3..0bf2878d41 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.4 +pkgver=1.2.5 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="a7c9a515f632c8cbb07ab67392208088 nginx-1.2.4.tar.gz +md5sums="4f5a55187a3d45fa37d99d07ddd90800 nginx-1.2.5.tar.gz 4faf8dff6ff1490edae1688baf1b2abb nginx.initd 8823274a834332d3db4f62bf7dd1fb7d nginx.logrotate 801a87f7f9d27f8ad85b41a78b4c4461 ipv6.patch" |