network/wireshark: Updated for version 3.4.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
80cc09e9c5
commit
8a3ef43aac
|
@ -32,7 +32,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=wireshark
|
||||
VERSION=${VERSION:-3.4.8}
|
||||
VERSION=${VERSION:-3.4.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wireshark"
|
||||
VERSION="3.4.8"
|
||||
VERSION="3.4.9"
|
||||
HOMEPAGE="https://www.wireshark.org/"
|
||||
DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.4.8.tar.xz"
|
||||
MD5SUM="13aea3ee0edbc8f875971eccf2d11b20"
|
||||
DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.4.9.tar.xz"
|
||||
MD5SUM="b97e9d97fc8d77f514d5b92a2cf045f1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua"
|
||||
|
|
Loading…
Reference in New Issue