From 5f93f89ac5d35562bf538c7de9a992d478edc1d5 Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 21 Jun 2010 22:29:49 +0000 Subject: [PATCH] [packages] haproxy: update to v1.4.7 (#7475) git-svn-id: svn://svn.openwrt.org/openwrt/packages@21867 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 67675111e..9c0c09403 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy -PKG_VERSION:=1.4.6 +PKG_VERSION:=1.4.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://haproxy.1wt.eu/download/1.4/src/ -PKG_MD5SUM:=dc354ea451762135fa45657ddef67734 +PKG_MD5SUM:=a2c57fbc61cbdbef2a6e60514e4d01c2 include $(INCLUDE_DIR)/package.mk