update haproxy to 1.9.5

This commit is contained in:
Michael Rennecke 2019-03-20 19:48:53 +01:00
parent 9c9c1f6dc4
commit e545c85ed3
1 changed files with 1 additions and 1 deletions

View File

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