diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-11-22 10:47:21 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-11-22 10:47:21 +0200 |
commit | 96c08794f8ac0a38d0c12a207dabb0bb7d57e58f (patch) | |
tree | c4babfc40884c3440e06f37fc84a22fae7958af5 /testing/haproxy | |
parent | d5e0d3acd9bebf56545dd176be14add6cb7768cb (diff) | |
download | aports-96c08794f8ac0a38d0c12a207dabb0bb7d57e58f.tar.bz2 aports-96c08794f8ac0a38d0c12a207dabb0bb7d57e58f.tar.xz |
testing/haproxy: upgrade to 1.5-dev13
Diffstat (limited to 'testing/haproxy')
-rw-r--r-- | testing/haproxy/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/haproxy/APKBUILD b/testing/haproxy/APKBUILD index ffcff6a870..98c4728c1f 100644 --- a/testing/haproxy/APKBUILD +++ b/testing/haproxy/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jeff Bilyk <jbilyk@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=haproxy -pkgver=1.5_alpha12 +pkgver=1.5_alpha13 _pkgver=${pkgver/_alpha/-dev} pkgrel=0 pkgdesc="A TCP/HTTP reverse proxy for high availability environments" @@ -30,6 +30,6 @@ package() { install -m644 -D "$srcdir"/haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg } -md5sums="8aafd9e787033f3073b1293484078398 haproxy-1.5-dev12.tar.gz +md5sums="f09ad2b4e1a3ad81392357bd58765d23 haproxy-1.5-dev13.tar.gz 81319456a35408bf47443e9c314d2e94 haproxy.initd 463f00b30bfb002750d5c5549382365f haproxy.cfg" |