diff options
author | Christian Lachner <gladiac@gmail.com> | 2023-11-20 08:07:23 +0100 |
---|---|---|
committer | Christian Lachner <gladiac@gmail.com> | 2023-11-20 08:07:23 +0100 |
commit | 38107ae1f2cb56541661c98aa443d6c4bd39ffb3 (patch) | |
tree | 3da8476dca01c24d114e061adfdd54b5a4d47079 /net/haproxy/get-latest-patches.sh | |
parent | f52f4370700afeba5a7b085ab6a6693745c89eba (diff) |
haproxy: update to v2.8.4
- Update haproxy PKG_VERSION and PKG_HASH
- See changes: http://git.haproxy.org/?p=haproxy-2.8.git;a=shortlog
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Diffstat (limited to 'net/haproxy/get-latest-patches.sh')
-rwxr-xr-x | net/haproxy/get-latest-patches.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/haproxy/get-latest-patches.sh b/net/haproxy/get-latest-patches.sh index 8f4d9e0af..97665fc03 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.8.git -BASE_TAG=v2.8.3 +BASE_TAG=v2.8.4 TMP_REPODIR=tmprepo PATCHESDIR=patches |