diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-01-01 18:09:27 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-01-01 18:09:27 +0200 |
commit | 5142fce0abbd6753582eb71bea159c352d2b78a7 (patch) | |
tree | dca854a464b94bfc7d12b8bcc1f0ed031bddd146 /testing/haproxy | |
parent | 88b38d7fa47bbeab06b85ef0fd117cda0a70b2d2 (diff) | |
download | aports-5142fce0abbd6753582eb71bea159c352d2b78a7.tar.bz2 aports-5142fce0abbd6753582eb71bea159c352d2b78a7.tar.xz |
testing/haproxy: upgrade to 1.5-dev17
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 f94e1844b8..fb5f6d6b3a 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_alpha15 +pkgver=1.5_alpha17 _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="4dc19ea5b15f4e10e1ee5b9271108e00 haproxy-1.5-dev15.tar.gz +md5sums="b8deab9989e6b9925410b0bc44dd4353 haproxy-1.5-dev17.tar.gz 81319456a35408bf47443e9c314d2e94 haproxy.initd 463f00b30bfb002750d5c5549382365f haproxy.cfg" |