From 6b78b3f43a44125fa20eec61fa3af1d043e673cb Mon Sep 17 00:00:00 2001 From: Beginner <70857188+Beginner-Go@users.noreply.github.com> Date: Fri, 15 Jan 2021 00:15:06 +0800 Subject: [PATCH] haproxy: Update HAProxy to v2.2.7 --- net/haproxy/get-latest-patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/get-latest-patches.sh b/net/haproxy/get-latest-patches.sh index 1304490b..2380b11c 100755 --- a/net/haproxy/get-latest-patches.sh +++ b/net/haproxy/get-latest-patches.sh @@ -1,7 +1,7 @@ #!/bin/sh CLONEURL=https://git.haproxy.org/git/haproxy-2.2.git -BASE_TAG=v2.2.6 +BASE_TAG=v2.2.7 TMP_REPODIR=tmprepo PATCHESDIR=patches