liboping: bump to version 1.8.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d8ce24077b
commit
cfb3af459c
@ -5,7 +5,7 @@ config BR2_PACKAGE_LIBOPING
|
||||
liboping is a C library to generate ICMP echo requests,
|
||||
better known as "ping packets".
|
||||
|
||||
http://verplant.org/liboping/
|
||||
http://noping.cc/
|
||||
|
||||
comment "liboping needs a toolchain w/ IPv6"
|
||||
depends on !BR2_INET_IPV6
|
||||
|
@ -1,2 +1,2 @@
|
||||
# From http://verplant.org/liboping/#download
|
||||
sha256 25cf9417fe84d70c4b1bd97f1f92e597ccdc1ec2da3b7eb311f33f5e7033a70e liboping-1.7.0.tar.gz
|
||||
# From http://noping.cc/#download
|
||||
sha256 824792ae7fc5e9569bacc4167b89de31f6ba8476de44760f0bc272682e894b41 liboping-1.8.0.tar.gz
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBOPING_VERSION = 1.7.0
|
||||
LIBOPING_SITE = http://verplant.org/liboping/files
|
||||
LIBOPING_VERSION = 1.8.0
|
||||
LIBOPING_SITE = http://noping.cc/files
|
||||
LIBOPING_INSTALL_STAGING = YES
|
||||
LIBOPING_DEPENDENCIES = $(if $(BR2_PACKAGE_NCURSES),ncurses)
|
||||
LIBOPING_CONF_OPTS = --without-perl-bindings
|
||||
|
Loading…
Reference in New Issue
Block a user