diff options
author | Christian Lachner <gladiac@gmail.com> | 2019-11-02 12:11:07 +0100 |
---|---|---|
committer | Christian Lachner <gladiac@gmail.com> | 2019-11-02 12:11:07 +0100 |
commit | d1a86e9f53fe26dccbd5cd20978276497f7bea15 (patch) | |
tree | 083829f5ab9c7d64c75a79b0b6124bc730f09250 /net/haproxy/Makefile | |
parent | 66fc0e25a440f0e22b108dd5d582c50c09670d27 (diff) |
haproxy: Update patches for HAProxy v2.0.8
- Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.8.html)
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r-- | net/haproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 29adcbcdd..e762badbf 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy PKG_VERSION:=2.0.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.haproxy.org/download/2.0/src |