network/2ping: Updated for version 4.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
4352d0eafa
commit
9c8496c63f
|
@ -6,13 +6,15 @@
|
||||||
|
|
||||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||||
|
|
||||||
|
# 20191130 bkw: update for v4.3.
|
||||||
|
|
||||||
# 20180821 bkw:
|
# 20180821 bkw:
|
||||||
# - update for v4.2.
|
# - update for v4.2.
|
||||||
# - document optional deps in README.
|
# - document optional deps in README.
|
||||||
# - include wireshark stuff in package.
|
# - include wireshark stuff in package.
|
||||||
|
|
||||||
PRGNAM=2ping
|
PRGNAM=2ping
|
||||||
VERSION=${VERSION:-4.2}
|
VERSION=${VERSION:-4.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="2ping"
|
PRGNAM="2ping"
|
||||||
VERSION="4.2"
|
VERSION="4.3"
|
||||||
HOMEPAGE="https://www.finnie.org/software/2ping/"
|
HOMEPAGE="https://www.finnie.org/software/2ping/"
|
||||||
DOWNLOAD="https://github.com/rfinnie/2ping/archive/v4.2/2ping-4.2.tar.gz"
|
DOWNLOAD="https://github.com/rfinnie/2ping/archive/v4.3/2ping-4.3.tar.gz"
|
||||||
MD5SUM="5be6bdc3a35c1592133642ea80c0e63e"
|
MD5SUM="50c476b63cd3aa13a2ed2c5def018e8b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3"
|
REQUIRES="python3"
|
||||||
|
|
Loading…
Reference in New Issue