diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2010-12-11 20:32:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-14 10:10:07 +0000 |
commit | b20c23c03601436555e6f5307d02fade335d3b62 (patch) | |
tree | ed66cc99c513012de26f4b934c23186197956b65 /testing/haproxy | |
parent | eecd0878abc456ed5748ded155c8800ec695993d (diff) | |
download | aports-b20c23c03601436555e6f5307d02fade335d3b62.tar.bz2 aports-b20c23c03601436555e6f5307d02fade335d3b62.tar.xz |
testing/haproxy: bump pkgrel to update dependencies (removing uclibc)
bump pkgrel since current package depends on uclibc package
Diffstat (limited to 'testing/haproxy')
-rw-r--r-- | testing/haproxy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/haproxy/APKBUILD b/testing/haproxy/APKBUILD index 1bcd718bb5..193350d3a2 100644 --- a/testing/haproxy/APKBUILD +++ b/testing/haproxy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Michael Mason <ms13sp@gmail.com> pkgname=haproxy pkgver=1.3.20 -pkgrel=1 +pkgrel=2 pkgdesc="A TCP/HTTP reverse proxy for high availability environments" url="http://haproxy.1wt.eu" arch="x86 x86_64" |