mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
fping: update to version 5.3
* update to version 5.3 * added test.sh file for ci testing Signed-off-by: Nikolay Manev <just.ops@proton.me>
This commit is contained in:
committed by
Hannu Nyman
parent
150d88585b
commit
08b4fcd5e6
@@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=fping
|
||||
PKG_VERSION:=5.2
|
||||
PKG_VERSION:=5.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://fping.org/dist
|
||||
PKG_HASH:=a7692d10d73fb0bb76e1f7459aa7f19bbcdbfc5adbedef02f468974b18b0e42f
|
||||
PKG_HASH:=d57bd0141aea082e3adfc198bfc3db5dfd12a7014c7c2655e97f61cd54901d0e
|
||||
|
||||
PKG_MAINTAINER:=Nikil Mehta <nikil.mehta@gmail.com>
|
||||
PKG_LICENSE:=BSD-4-Clause
|
||||
|
||||
3
net/fping/test.sh
Normal file
3
net/fping/test.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
"$1" -v 2>&1 | grep "$PKG_VERSION"
|
||||
Reference in New Issue
Block a user