From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH v2 2/3] dnsdist: Change to PAK_VER to ensure lua library link updated Date: Sat, 24 Apr 2021 13:24:12 +0200 Message-ID: <20210424112413.2705-2-adolf.belka@ipfire.org> In-Reply-To: <20210424112413.2705-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2742517394609215136==" List-Id: --===============2742517394609215136== 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/dnsdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/dnsdist b/lfs/dnsdist index 85dd77833..19261d680 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 i586 PROG = dnsdist -PAK_VER = 6 +PAK_VER = 7 DEPS = -- 2.31.1 --===============2742517394609215136==--