network/wireshark: Updated for version 3.0.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-09-13 11:29:22 +07:00
parent a7e84c8638
commit a26613f331
No known key found for this signature in database
GPG key ID: 887B8374D7333381
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.0.3}
VERSION=${VERSION:-3.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

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