From: p-wassi Date: Mon, 5 Dec 2016 07:00:32 +0000 (+0100) Subject: libs/liboping: update to 1.9.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3a4b55ee787458cc49c2b3d244a869c096ba9233;p=openwrt-packages.git libs/liboping: update to 1.9.0 Update liboping/oping/noping to upstream release 1.9.0 Also introduce new location of downloads and correct the licence to LGPL-2.1+ (as seen in liboping's README) Signed-off-by: Paul Wassi --- diff --git a/libs/liboping/Makefile b/libs/liboping/Makefile index faca681a9..ffed96d54 100644 --- a/libs/liboping/Makefile +++ b/libs/liboping/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=liboping -PKG_VERSION:=1.6.2 +PKG_VERSION:=1.9.0 PKG_RELEASE:=1 PKG_MAINTAINER:=Jo-Philipp Wich -PKG_LICENSE:=GPL-2.0 +PKG_LICENSE:=LGPL-2.1+ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://verplant.org/liboping/files -PKG_MD5SUM:=64a6f31310093d2517cfe7f05aa011e0 +PKG_SOURCE_URL:=https://noping.cc/files +PKG_MD5SUM:=9c9f65bfd297d7e7092c7f219c31f66a PKG_FIXUP:=autoreconf