diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-30 12:45:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-30 12:50:03 +0700 |
commit | 0364532f66857adbe3fd342ff521c761fb07f6ce (patch) | |
tree | 973218bcaafb32855d98cc6907c30c0518c29aa7 /network | |
parent | 6056bc902c541114320fcad09b242cbb718e3490 (diff) | |
download | slackbuilds-0364532f66857adbe3fd342ff521c761fb07f6ce.tar.gz |
network/wireshark: Updated for version 3.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/wireshark/README | 3 | ||||
-rw-r--r-- | network/wireshark/wireshark.SlackBuild | 2 | ||||
-rw-r--r-- | network/wireshark/wireshark.info | 8 |
3 files changed, 7 insertions, 6 deletions
diff --git a/network/wireshark/README b/network/wireshark/README index 7f0ebe2840..0b16ad486d 100644 --- a/network/wireshark/README +++ b/network/wireshark/README @@ -41,7 +41,6 @@ link libraries present in the old package, which will then be removed when upgrading). Optional dependencies: -- c-ares - krb5 - nghttp2 - spandsp @@ -49,6 +48,8 @@ Optional dependencies: - lz4 - libsmi - libminizip +- libilbc +- opus NOTE: Wireshark 3.0 no longer support legacy GTK+ UI. diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild index ccad018ef4..883be534fa 100644 --- a/network/wireshark/wireshark.SlackBuild +++ b/network/wireshark/wireshark.SlackBuild @@ -30,7 +30,7 @@ # Modified by B. Watson <yalhcru@gmail.com> to add lua52 support. PRGNAM=wireshark -VERSION=${VERSION:-3.2.7} +VERSION=${VERSION:-3.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info index 6582096515..e7fefb34a6 100644 --- a/network/wireshark/wireshark.info +++ b/network/wireshark/wireshark.info @@ -1,10 +1,10 @@ PRGNAM="wireshark" -VERSION="3.2.7" +VERSION="3.4.0" HOMEPAGE="https://www.wireshark.org/" -DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.2.7.tar.xz" -MD5SUM="2d83614af3e99b08a230c3a416949d23" +DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.4.0.tar.xz" +MD5SUM="5c656cd9d6b01dd2ad93ed665ca532e6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="qt5 lua python3" +REQUIRES="qt5 lua python3 c-ares" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |