diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-28 15:13:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-28 15:13:56 +0700 |
commit | 3d05bd8c71dc448e79147bd5194885c2439d4dca (patch) | |
tree | 64e5f439c92e1ba63864f492e635e7e763498c33 /network | |
parent | 47fa5db7ef67a5686aa42f62661013198eac8488 (diff) |
network/wireshark: Updated for version 3.6.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-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 464a40613efb..2fedb77df99c 100644 --- a/network/wireshark/wireshark.SlackBuild +++ b/network/wireshark/wireshark.SlackBuild @@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wireshark -VERSION=${VERSION:-3.6.6} +VERSION=${VERSION:-3.6.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info index 8afe6e5add57..812ed5f06a63 100644 --- a/network/wireshark/wireshark.info +++ b/network/wireshark/wireshark.info @@ -1,8 +1,8 @@ PRGNAM="wireshark" -VERSION="3.6.6" +VERSION="3.6.7" HOMEPAGE="https://www.wireshark.org/" -DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.6.6.tar.xz" -MD5SUM="f81b515660d496543af50a06048d8c4d" +DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.6.7.tar.xz" +MD5SUM="1c210158e3038dbd8a9cf39b7c9fc6ef" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua" |