diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-07 08:23:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-07 08:23:43 +0700 |
commit | 47d486a76294271fad26ffb4682bf74d350391de (patch) | |
tree | 47d4a00da25fcd8228ea0fb0638d2bb75a12268a | |
parent | 1bcd9812f3b18c94cc387ec63f6c46c44934e622 (diff) |
network/wireshark: Updated for version 3.0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/wireshark/wireshark.SlackBuild | 2 | ||||
-rw-r--r-- | network/wireshark/wireshark.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild index 5624a7fea866..d7afeb3afe62 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.0.6} +VERSION=${VERSION:-3.0.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info index f130ee5d0780..4a6ac8d2ba1e 100644 --- a/network/wireshark/wireshark.info +++ b/network/wireshark/wireshark.info @@ -1,8 +1,8 @@ PRGNAM="wireshark" -VERSION="3.0.6" +VERSION="3.0.7" HOMEPAGE="https://www.wireshark.org/" -DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.0.6.tar.xz" -MD5SUM="c6f8d12a3efe21cc7885f7cb0c4bd938" +DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.0.7.tar.xz" +MD5SUM="5b486f20239545c5af1db614c0d98876" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5 lua python3" |