diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-12-04 16:52:11 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-12-04 16:52:11 +0200 |
commit | 26fd2a35ed96ec2b7acc8dc2b27c29165e03887e (patch) | |
tree | a8c5b9348b21a3cfb767970f0ca93ee6642748aa /testing/haproxy | |
parent | 1df2d5c584226863e9fce6aecf76207dd565d242 (diff) | |
download | aports-26fd2a35ed96ec2b7acc8dc2b27c29165e03887e.tar.bz2 aports-26fd2a35ed96ec2b7acc8dc2b27c29165e03887e.tar.xz |
testing/haproxy: upgrade to 1.5-dev14
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 98c4728c1f..f5464d4632 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_alpha13 +pkgver=1.5_alpha14 _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="f09ad2b4e1a3ad81392357bd58765d23 haproxy-1.5-dev13.tar.gz +md5sums="29be41f5c37f021e623af9a1c09c9248 haproxy-1.5-dev14.tar.gz 81319456a35408bf47443e9c314d2e94 haproxy.initd 463f00b30bfb002750d5c5549382365f haproxy.cfg" |