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:
Nikolay Manev
2025-05-23 15:20:15 +03:00
committed by Hannu Nyman
parent 150d88585b
commit 08b4fcd5e6
2 changed files with 5 additions and 2 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
#!/bin/sh
"$1" -v 2>&1 | grep "$PKG_VERSION"