From acdd4310684612565ae5d7292757de5d9e7f3d35 Mon Sep 17 00:00:00 2001 From: Beginner <70857188+Beginner-Go@users.noreply.github.com> Date: Mon, 18 Jan 2021 19:36:18 +0800 Subject: [PATCH] haproxy: update to v2.2.8 --- 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 2380b11c..98e31486 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.7 +BASE_TAG=v2.2.8 TMP_REPODIR=tmprepo PATCHESDIR=patches