network/wireshark: Updated for version 2.4.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-10-12 02:11:49 +07:00
parent 7734dee877
commit 398c64ce48
3 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ wireshark: Wireshark (aka Ethereal) is a free packet sniffer computer
wireshark: application. It is used for network troubleshooting, analysis,
wireshark: software and communications, protocol development and education.
wireshark:
wireshark: Wireshark uses the cross-platform GTK+ widget toolkit. Its
wireshark: Wireshark uses the cross-platform GTK+/Qt widget toolkit. Its
wireshark: powerful features make it the tool of choice for network
wireshark: troubleshooting, protocol development, and education worldwide.
wireshark:

View file

@ -29,7 +29,7 @@
# Modified by Mario Preksavec <mario@slackware.hr>
PRGNAM=wireshark
VERSION=${VERSION:-2.4.1}
VERSION=${VERSION:-2.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="wireshark"
VERSION="2.4.1"
VERSION="2.4.2"
HOMEPAGE="https://www.wireshark.org/"
DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-2.4.1.tar.xz"
MD5SUM="22b925108e0b65d6560f0af161157266"
DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-2.4.2.tar.xz"
MD5SUM="237525d8f189f1253ca18b00a055eccb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5 lua GeoIP"