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.
|
||||
|
||||
PRGNAM=packETH
|
||||
VERSION=${VERSION:-2.0}
|
||||
VERSION=${VERSION:-2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="packETH"
|
||||
VERSION="2.0"
|
||||
HOMEPAGE="http://packeth.sourceforge.net/packeth"
|
||||
DOWNLOAD="https://sourceforge.net/projects/packeth/files/packETH-2.0.tar.gz"
|
||||
MD5SUM="da8d3ece56a7b4140229da756330d880"
|
||||
VERSION="2.1"
|
||||
HOMEPAGE="https://github.com/jemcek/packETH"
|
||||
DOWNLOAD="https://github.com/jemcek/packETH/archive/2.1/packETH-2.1.tar.gz"
|
||||
MD5SUM="31f72ebe0ff6ae0398d4e0abc04eaa34"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
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: of packets on the ethernet link.
|
||||
packETH:
|
||||
packETH: Homepage: http://packeth.sourceforge.net/packeth
|
||||
packETH: Homepage: https://github.com/jemcek/packETH
|
||||
packETH:
|
||||
packETH:
|
||||
packETH:
|
||||
|
|
Loading…
Reference in New Issue