[03/62] fping: Update to 5.0

Message ID 20200816102953.3881-3-michael.tremer@ipfire.org
State Accepted
Commit 81b0bf7a6b8ff5f2a7c8aa3dcbeec4d6f5a3ac9d
Headers
Series [01/62] bison: Update to 3.7.1 |

Commit Message

Michael Tremer Aug. 16, 2020, 10:28 a.m. UTC
  Fixes build with GCC 10

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/fping | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

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)