From ae2b566f90c3314cbe162343b84cbfe25e0babdd Mon Sep 17 00:00:00 2001 From: Dirk Wagner Date: Wed, 28 Jan 2015 22:02:19 +0100 Subject: [PATCH] pound addon: upgrade to latest stable 2.7 --- lfs/pound | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/pound b/lfs/pound index 20e807d187..a0f6f29065 100644 --- a/lfs/pound +++ b/lfs/pound @@ -24,7 +24,7 @@ include Config -VER = 2.7c +VER = 2.7 THISAPP = Pound-$(VER) DL_FILE = $(THISAPP).tgz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = pound -PAK_VER = 6 +PAK_VER = 7 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 56dace6b79c6be1d25b31355269c380a +$(DL_FILE)_MD5 = ec8298aa3e4aee3ffbecdc0639d7f14a install : $(TARGET) -- 2.39.5