network/packETH: Updated for version 2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
742465dddd
commit
1dbd857fa3
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=packETH
|
PRGNAM=packETH
|
||||||
VERSION=${VERSION:-2.0}
|
VERSION=${VERSION:-2.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="packETH"
|
PRGNAM="packETH"
|
||||||
VERSION="2.0"
|
VERSION="2.1"
|
||||||
HOMEPAGE="http://packeth.sourceforge.net/packeth"
|
HOMEPAGE="https://github.com/jemcek/packETH"
|
||||||
DOWNLOAD="https://sourceforge.net/projects/packeth/files/packETH-2.0.tar.gz"
|
DOWNLOAD="https://github.com/jemcek/packETH/archive/2.1/packETH-2.1.tar.gz"
|
||||||
MD5SUM="da8d3ece56a7b4140229da756330d880"
|
MD5SUM="31f72ebe0ff6ae0398d4e0abc04eaa34"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -12,7 +12,7 @@ packETH: packETH is GUI and CLI packet generator tool for ethernet.
|
||||||
packETH: It allows you to create and send any possible packet or sequence
|
packETH: It allows you to create and send any possible packet or sequence
|
||||||
packETH: of packets on the ethernet link.
|
packETH: of packets on the ethernet link.
|
||||||
packETH:
|
packETH:
|
||||||
packETH: Homepage: http://packeth.sourceforge.net/packeth
|
packETH: Homepage: https://github.com/jemcek/packETH
|
||||||
packETH:
|
packETH:
|
||||||
packETH:
|
packETH:
|
||||||
packETH:
|
packETH:
|
||||||
|
|
Loading…
Reference in New Issue