60dc3d5fe8
This bump will fix a build failure with gcc 10 thanks to
0ed73181eb
Also update indentation in hash file (two spaces)
Fixes:
- http://autobuild.buildroot.org/results/f5c8e546200594e2367444e93e31aa615bd73796
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
315 B
Makefile
13 lines
315 B
Makefile
################################################################################
|
|
#
|
|
# fping
|
|
#
|
|
################################################################################
|
|
|
|
FPING_VERSION = 5.0
|
|
FPING_SITE = http://fping.org/dist
|
|
FPING_LICENSE = BSD-like
|
|
FPING_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|