fping: update to version 5.3
authorNikolay Manev <[email protected]>
Fri, 23 May 2025 12:20:15 +0000 (15:20 +0300)
committerHannu Nyman <[email protected]>
Wed, 4 Jun 2025 20:18:59 +0000 (23:18 +0300)
* update to version 5.3
* added test.sh file for ci testing

Signed-off-by: Nikolay Manev <[email protected]>
net/fping/Makefile
net/fping/test.sh [new file with mode: 0644]

index 1df9d8b65f40f178f14bba3e08c647fd555a835a..0fe6649ae6921def7be3ae556a1e2c54d986d6bc 100644 (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 <[email protected]>
 PKG_LICENSE:=BSD-4-Clause
diff --git a/net/fping/test.sh b/net/fping/test.sh
new file mode 100644 (file)
index 0000000..48bbdf4
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+"$1" -v 2>&1 | grep "$PKG_VERSION"