aboutsummaryrefslogtreecommitdiff
path: root/net/haproxy/Makefile
diff options
context:
space:
mode:
authorChristian Lachner <gladiac@gmail.com>2020-11-07 15:37:49 +0100
committerChristian Lachner <gladiac@gmail.com>2020-11-07 15:37:49 +0100
commit92ffa4bf32f13799a84a0861b5bec66c10a7ecbd (patch)
tree2077fd009a551590b5f119b6ea3c8ac412eccd2c /net/haproxy/Makefile
parent4385a85a260b2212d552654c732296f47ad9a36c (diff)
haproxy: Update HAProxy to v2.2.5
- Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r--net/haproxy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index 9faf70e53..9fb39987c 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -10,12 +10,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=haproxy
-PKG_VERSION:=2.2.4
-PKG_RELEASE:=2
+PKG_VERSION:=2.2.5
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.haproxy.org/download/2.2/src
-PKG_HASH:=87a4d9d4ff8dc3094cb61bbed4a8eed2c40b5ac47b9604daebaf036d7b541be2
+PKG_HASH:=63ad1813e01992d0fbe5ac7ca3e516a53fc62cdb17845d5ac90260031b6dd747
PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>, \
Christian Lachner <gladiac@gmail.com>