diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-24 09:10:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-26 01:20:15 +0700 |
commit | 28e0a8602baf1ee722a226fc54e7afb337ecf564 (patch) | |
tree | 0fc0fd3fbfd1fde6f04cfb73c2ae78be520ff28d /network/wireshark | |
parent | 2d2b7b13053c72c43a920a0bd8ecb6e10389d6cd (diff) |
network/wireshark: Updated for version 3.6.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'network/wireshark')
-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 fcbcb48c1a08..64ab0f8f8d39 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.2} +VERSION=${VERSION:-3.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info index 2b7e96af9f41..e6d3ee120f65 100644 --- a/network/wireshark/wireshark.info +++ b/network/wireshark/wireshark.info @@ -1,8 +1,8 @@ PRGNAM="wireshark" -VERSION="3.6.2" +VERSION="3.6.3" HOMEPAGE="https://www.wireshark.org/" -DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.6.2.tar.xz" -MD5SUM="a4f6fbf720ffb226ed0568eacce62218" +DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.6.3.tar.xz" +MD5SUM="017ee2be6296500fd5f446359631edf6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua" |