network/2ping: Updated for version 4.5.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-08-05 14:42:20 -04:00 committed by Willy Sudiarto Raharjo
parent 220e85630f
commit 2e1a8e4303
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 4 deletions

View file

@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20200805 bkw: update for v4.5.
# 20191130 bkw: update for v4.3.
# 20180821 bkw:
@ -14,7 +15,7 @@
# - include wireshark stuff in package.
PRGNAM=2ping
VERSION=${VERSION:-4.3}
VERSION=${VERSION:-4.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="2ping"
VERSION="4.3"
VERSION="4.5"
HOMEPAGE="https://www.finnie.org/software/2ping/"
DOWNLOAD="https://github.com/rfinnie/2ping/archive/v4.3/2ping-4.3.tar.gz"
MD5SUM="50c476b63cd3aa13a2ed2c5def018e8b"
DOWNLOAD="https://github.com/rfinnie/2ping/archive/v4.5/2ping-4.5.tar.gz"
MD5SUM="acfb9d8e40cfae72bf1767347528ae4b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"