update haproxy to 2.0.5

This commit is contained in:
Michael Rennecke 2019-08-17 18:50:33 +02:00
parent 2b2601c0c5
commit 360181767b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e
HAPROXY_VERSION=2.0.0
HAPROXY_VERSION=2.0.5
HAPROXY_URL=https://www.haproxy.org/download/2.0/src/haproxy-${HAPROXY_VERSION}.tar.gz
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
HAPROXY_SRC=/tmp/haproxy