diff options
author | Christian Lachner <gladiac@gmail.com> | 2021-03-13 09:37:49 +0100 |
---|---|---|
committer | Christian Lachner <gladiac@gmail.com> | 2021-03-13 09:37:49 +0100 |
commit | 1e09bbba6859002a1d1354c66b29e46aa3f8964e (patch) | |
tree | d8d645b8f0ba62791c97840b9f5b85e925d7fcd2 /net/haproxy/get-latest-patches.sh | |
parent | 625f3c830207317dac1be06d6e1f196a9d92479c (diff) |
haproxy: Update HAProxy to v2.2.10
- Update haproxy download URL and hash
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 d0ee22dc8..af97721d8 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.9 +BASE_TAG=v2.2.10 TMP_REPODIR=tmprepo PATCHESDIR=patches |