network/wireshark: Updated for version 3.0.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-07-20 10:48:49 +07:00
parent 5c00877891
commit 16f2e031b6
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. # Modified by B. Watson <yalhcru@gmail.com> to add lua52 support.
PRGNAM=wireshark PRGNAM=wireshark
VERSION=${VERSION:-3.0.2} VERSION=${VERSION:-3.0.3}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="wireshark" PRGNAM="wireshark"
VERSION="3.0.2" VERSION="3.0.3"
HOMEPAGE="https://www.wireshark.org/" HOMEPAGE="https://www.wireshark.org/"
DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.0.2.tar.xz" DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.0.3.tar.xz"
MD5SUM="e344675283d6329a4bc213b621d7f46a" MD5SUM="e945d76a57db2c3e6cf776f95da2cf0e"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="qt5 lua python3" REQUIRES="qt5 lua python3"