diff options
author | Christian Lachner <gladiac@gmail.com> | 2018-06-24 20:18:56 +0200 |
---|---|---|
committer | Christian Lachner <gladiac@gmail.com> | 2018-06-24 20:18:56 +0200 |
commit | f332d68c6c14107a8a2d713e663cf4da75050b87 (patch) | |
tree | 06c425e8c4ac2787450ecf3a5dc72dac84e19f34 /net/haproxy | |
parent | 9e97da85e88fd4dc839599a578383fd614eed1ba (diff) |
haproxy: Update HAProxy to v1.8.10
- Update haproxy download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Diffstat (limited to 'net/haproxy')
-rw-r--r-- | net/haproxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 21a2d1260..cba420a3a 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy -PKG_VERSION:=1.8.9 +PKG_VERSION:=1.8.10 PKG_RELEASE:=00 PKG_SOURCE:=haproxy-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.haproxy.org/download/1.8/src/ -PKG_HASH:=436b77927cd85bcd4c2cb3cbf7fb539a5362d9686fdcfa34f37550ca1f5db102 +PKG_HASH:=c93bd1a2d4595810a38315de9687b813bf7df790bd807faf8982a13596b0bc60 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_LICENSE:=GPL-2.0 |