From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH v2 3/3] haproxy: Change to PAK_VER to ensure lua library link updated Date: Sat, 24 Apr 2021 13:24:13 +0200 Message-ID: <20210424112413.2705-3-adolf.belka@ipfire.org> In-Reply-To: <20210424112413.2705-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4015581418000793344==" List-Id: --===============4015581418000793344== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit - lua library update had a sobump and therefore linked packages require to have that updated Signed-off-by: Adolf Belka --- lfs/haproxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/haproxy b/lfs/haproxy index 5c522be70..dade53802 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = haproxy -PAK_VER = 18 +PAK_VER = 19 DEPS = -- 2.31.1 --===============4015581418000793344==--