diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-16 13:11:11 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-16 13:17:44 +0100 |
commit | b5a2c23228630d74a56958aa15d76780e393e27b (patch) | |
tree | 1744f33414f4524789767324c71749b71307366b /main | |
parent | 1f384523eb3ff078cc90110ffd131cb32727b490 (diff) | |
download | aports-b5a2c23228630d74a56958aa15d76780e393e27b.tar.bz2 aports-b5a2c23228630d74a56958aa15d76780e393e27b.tar.xz |
main/nginx: upgrade to 1.2.6
Diffstat (limited to 'main')
-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 0bf2878d41..47ef94c9a2 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.5 +pkgver=1.2.6 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="4f5a55187a3d45fa37d99d07ddd90800 nginx-1.2.5.tar.gz +md5sums="1350d26eb9b66364d9143fb3c4366ab6 nginx-1.2.6.tar.gz 4faf8dff6ff1490edae1688baf1b2abb nginx.initd 8823274a834332d3db4f62bf7dd1fb7d nginx.logrotate 801a87f7f9d27f8ad85b41a78b4c4461 ipv6.patch" |