Browse Source

Merge pull request #7243 from neheb/patch-46

liboping: Update to 1.10.0
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
f179b804ae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      libs/liboping/Makefile

+ 4
- 3
libs/liboping/Makefile View File

@ -8,23 +8,24 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=liboping
PKG_VERSION:=1.9.0
PKG_VERSION:=1.10.0
PKG_RELEASE:=1
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
PKG_LICENSE:=LGPL-2.1+
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://noping.cc/files
PKG_HASH:=44bb1d88b56b88fda5533edb3aa005c69b3cd396f20453a157d7e31e536f3530
PKG_HASH:=eb38aa93f93e8ab282d97e2582fbaea88b3f889a08cbc9dbf20059c3779d5cd8
PKG_FIXUP:=autoreconf
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
define Package/liboping/Default
URL:=http://verplant.org/liboping/
URL:=https://noping.cc
endef
define Package/liboping


Loading…
Cancel
Save