diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-07 19:34:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:33 +0000 |
commit | 991e5668d0a622976c3cf7e10cc62930e5bc59c0 (patch) | |
tree | d34cb559f4bdca15e4445082ab673924d6fdbd94 /main/haproxy | |
parent | c08ac0abbfca85800b9c32b270d265453dfdf11c (diff) | |
download | aports-991e5668d0a622976c3cf7e10cc62930e5bc59c0.tar.bz2 aports-991e5668d0a622976c3cf7e10cc62930e5bc59c0.tar.xz |
main/haproxy: rebuild against libressl-2.6
Diffstat (limited to 'main/haproxy')
-rw-r--r-- | main/haproxy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/haproxy/APKBUILD b/main/haproxy/APKBUILD index c55253c7ee..938649bafe 100644 --- a/main/haproxy/APKBUILD +++ b/main/haproxy/APKBUILD @@ -3,7 +3,7 @@ pkgname=haproxy pkgver=1.7.9 _pkgmajorver=${pkgver%.*} -pkgrel=0 +pkgrel=1 pkgdesc="A TCP/HTTP reverse proxy for high availability environments" url="http://haproxy.1wt.eu" arch="all" |