diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-13 22:32:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-13 22:57:42 +0700 |
commit | cb70a7b91247ae9039acdf5eefc2419c47222829 (patch) | |
tree | f02bc626d2d907b89501b499605906c3853a4d93 /network/wireshark | |
parent | 1db19ca4845af7d716070005a14fbd2237e165a9 (diff) |
network/wireshark: Updated for version 2.2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/wireshark')
-rw-r--r-- | network/wireshark/README | 6 | ||||
-rw-r--r-- | network/wireshark/wireshark.SlackBuild | 2 | ||||
-rw-r--r-- | network/wireshark/wireshark.info | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/network/wireshark/README b/network/wireshark/README index df4dae566419..fab94ca25710 100644 --- a/network/wireshark/README +++ b/network/wireshark/README @@ -22,3 +22,9 @@ You will need to remove any already-installed wireshark package before building this one or else the new one will not work (the new build will link libraries present in the old package, which will then be removed when upgrading). + +Optional dependencies: +- c-ares +- portaudio +- jack-audio-connection-kit +- krb5 diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild index d9a7b884ea39..2d80ef08c225 100644 --- a/network/wireshark/wireshark.SlackBuild +++ b/network/wireshark/wireshark.SlackBuild @@ -29,7 +29,7 @@ # Modified by Mario Preksavec <mario@slackware.hr> PRGNAM=wireshark -VERSION=${VERSION:-2.2.5} +VERSION=${VERSION:-2.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info index bf8e12a03783..2f2ac2151156 100644 --- a/network/wireshark/wireshark.info +++ b/network/wireshark/wireshark.info @@ -1,8 +1,8 @@ PRGNAM="wireshark" -VERSION="2.2.5" +VERSION="2.2.6" HOMEPAGE="https://www.wireshark.org/" -DOWNLOAD="http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-2.2.5.tar.bz2" -MD5SUM="749e7ca7606ae7df5c1ca8c62f93ff31" +DOWNLOAD="http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-2.2.6.tar.bz2" +MD5SUM="2cd9a35c2df8c32668c1776784f074df" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5 lua GeoIP" |