diff options
author | Huangbin Zhan <zhanhb88@gmail.com> | 2023-06-14 12:19:28 +0800 |
---|---|---|
committer | Huangbin Zhan <zhanhb88@gmail.com> | 2023-06-23 12:13:39 +0800 |
commit | 3e454f418da95e4dff75ac2ff995f204dfe3dc2c (patch) | |
tree | 5f1e43ab15e3436cd0dc625711704b0f76c8e859 /net/haproxy/get-latest-patches.sh | |
parent | a9cda9150232c4907607a3f19ad1d0833541bc89 (diff) |
haproxy: update to v2.8.0
- New major LTS release (https://www.mail-archive.com/haproxy@formilux.org/msg43600.html)
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Diffstat (limited to 'net/haproxy/get-latest-patches.sh')
-rwxr-xr-x | net/haproxy/get-latest-patches.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/haproxy/get-latest-patches.sh b/net/haproxy/get-latest-patches.sh index 2e312cc0a..6b60869c0 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.6.git -BASE_TAG=v2.6.13 +CLONEURL=https://git.haproxy.org/git/haproxy-2.8.git +BASE_TAG=v2.8.0 TMP_REPODIR=tmprepo PATCHESDIR=patches |