network/wireshark: Updated for version 3.2.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2020-05-20 11:57:17 +07:00
parent 7f795fd35e
commit 175f2735e8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@
# Modified by B. Watson <yalhcru@gmail.com> to add lua52 support.
PRGNAM=wireshark
VERSION=${VERSION:-3.2.3}
VERSION=${VERSION:-3.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="wireshark"
VERSION="3.2.3"
VERSION="3.2.4"
HOMEPAGE="https://www.wireshark.org/"
DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.2.3.tar.xz"
MD5SUM="ff732e4586eebeb61a41abe2fcba7431"
DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.2.4.tar.xz"
MD5SUM="4bbee1bdd5b88343733590fabfffddf3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5 lua python3"