From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 03/62] fping: Update to 5.0 Date: Sun, 16 Aug 2020 10:28:54 +0000 Message-ID: <20200816102953.3881-3-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9161053965852224208==" List-Id: --===============9161053965852224208== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Fixes build with GCC 10 Signed-off-by: Michael Tremer --- lfs/fping | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/fping b/lfs/fping index c5f178533..f94480608 100644 --- a/lfs/fping +++ b/lfs/fping @@ -24,7 +24,7 @@ include Config -VER = 4.2 +VER = 5.0 THISAPP = fping-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = fping -PAK_VER = 5 +PAK_VER = 6 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 218e71764177a8ce25564a7810f8e729 +$(DL_FILE)_MD5 = 6af4c39bf012af75f93983d0efa242b0 install : $(TARGET) -- 2.20.1 --===============9161053965852224208==--