update to haproxy 2.4.0

This commit is contained in:
Michael Rennecke 2021-05-14 19:26:59 +02:00
parent d9bf458c5b
commit f906de9669
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
set -e
HAPROXY_VERSION=2.3.6
HAPROXY_URL=https://www.haproxy.org/download/2.3/src/haproxy-${HAPROXY_VERSION}.tar.gz
HAPROXY_VERSION=2.4.0
HAPROXY_URL=https://www.haproxy.org/download/2.4/src/haproxy-${HAPROXY_VERSION}.tar.gz
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
HAPROXY_SRC=/tmp/haproxy