buildroot/package/fping/fping.mk
Bernd Kuhls 3934120ede package/fping: bump version to 4.0
Please note that according to the release notes
https://github.com/schweikert/fping/releases/tag/v4.0

"fping and fping6 are now unified into one binary."

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-05-28 16:15:15 +02:00

13 lines
315 B
Makefile

################################################################################
#
# fping
#
################################################################################
FPING_VERSION = 4.0
FPING_SITE = http://fping.org/dist
FPING_LICENSE = BSD-like
FPING_LICENSE_FILES = COPYING
$(eval $(autotools-package))