From 085679dd0096e6184713d0152f4dbf545c134e6a Mon Sep 17 00:00:00 2001 From: heil Date: Sun, 4 Sep 2011 17:20:43 +0000 Subject: [PATCH] package: HAPRoxy - bump to version 1.4.16 git-svn-id: svn://svn.openwrt.org/openwrt/packages@28166 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/haproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index ce6b15209..87dede7b8 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy -PKG_VERSION:=1.4.15 +PKG_VERSION:=1.4.16 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://haproxy.1wt.eu/download/1.4/src -PKG_MD5SUM:=c1b4fc6028c6d8e23dde8c91ff47eabe +PKG_MD5SUM:=6480a02f97db6561bf297979e08fda83 include $(INCLUDE_DIR)/package.mk