diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-08-19 10:58:15 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-08-19 10:58:15 +0000 |
commit | 2bbe89044872db08ea300aee6d671d18da1d809d (patch) | |
tree | 0c32a99c0e8804d0094137289e4d42a58ecf4639 /net/fping | |
parent | devel/gn: update to 1823 (diff) |
net/fping: update to 5.0
ChangeLog: https://github.com/schweikert/fping/blob/develop/CHANGELOG.md
PR: 248744
Submitted by: jharris@widomaker.com (maintainer)
Diffstat (limited to 'net/fping')
-rw-r--r-- | net/fping/Makefile | 5 | ||||
-rw-r--r-- | net/fping/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile index ac05ff633dd6..8c8b0e41b0c3 100644 --- a/net/fping/Makefile +++ b/net/fping/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= fping -PORTVERSION= 4.4 +PORTVERSION= 5.0 CATEGORIES= net -MASTER_SITES= https://github.com/schweikert/${PORTNAME}/releases/download/v${PORTVERSION}/ +MASTER_SITES= http://fping.org/dist/ \ + https://github.com/schweikert/${PORTNAME}/releases/download/v${PORTVERSION}/ MAINTAINER= jharris@widomaker.com COMMENT= Quickly ping multiple hosts without flooding the network diff --git a/net/fping/distinfo b/net/fping/distinfo index 3296980e5016..99e8714e6a41 100644 --- a/net/fping/distinfo +++ b/net/fping/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1596062696 -SHA256 (fping-4.4.tar.gz) = 9f854b65a52dc7b1749d6743e35d0a6268179d1a724267339fc9a066b2b72d11 -SIZE (fping-4.4.tar.gz) = 182921 +TIMESTAMP = 1597788763 +SHA256 (fping-5.0.tar.gz) = ed38c0b9b64686a05d1b3bc1d66066114a492e04e44eef1821d43b1263cd57b8 +SIZE (fping-5.0.tar.gz) = 185281 |