From 7707d2d78c30fafbdf3723fd49557a145d41e8ea Mon Sep 17 00:00:00 2001 From: Christian Lachner Date: Mon, 11 Jan 2021 07:07:23 +0100 Subject: [PATCH] haproxy: Update HAProxy to v2.0.20 - Update haproxy download URL and hash Signed-off-by: Christian Lachner --- net/haproxy/Makefile | 4 ++-- net/haproxy/get-latest-patches.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 9c9c23217..2d6fd7400 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy -PKG_VERSION:=2.0.19 +PKG_VERSION:=2.0.20 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.haproxy.org/download/2.0/src -PKG_HASH:=dcc444ac0aca0917e289653134333f7c29d05d844e6cd60dd04e23b5ff80c92d +PKG_HASH:=65153c989e7412f6815d3b047184bb07eeb73ccb10f5c05e757347ea6c317ce1 PKG_MAINTAINER:=Thomas Heil , \ Christian Lachner diff --git a/net/haproxy/get-latest-patches.sh b/net/haproxy/get-latest-patches.sh index 72d54b24a..0bd00af01 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.0.git -BASE_TAG=v2.0.19 +BASE_TAG=v2.0.20 TMP_REPODIR=tmprepo PATCHESDIR=patches