diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 08:05:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 08:05:56 +0700 |
commit | 74608a79ed9df6d6cf4d4249a18a78dd58903cda (patch) | |
tree | 3ea404c7edb34326502fcd0068a89f8582c9f8a6 | |
parent | 42c29e35e790af42ce4dd0f863aa1c8841411a9b (diff) |
network/wireshark: Updated for version 4.0.6.
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 638daa3164450..0015c04ca997b 100644 --- a/network/wireshark/wireshark.SlackBuild +++ b/network/wireshark/wireshark.SlackBuild @@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wireshark -VERSION=${VERSION:-4.0.5} +VERSION=${VERSION:-4.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info index c931645303e58..d2beffda7db38 100644 --- a/network/wireshark/wireshark.info +++ b/network/wireshark/wireshark.info @@ -1,8 +1,8 @@ PRGNAM="wireshark" -VERSION="4.0.5" +VERSION="4.0.6" HOMEPAGE="https://www.wireshark.org/" -DOWNLOAD="https://2.na.dl.wireshark.org/src/wireshark-4.0.5.tar.xz" -MD5SUM="5849efa578ad72e4691408fe379f20ef" +DOWNLOAD="https://2.na.dl.wireshark.org/src/wireshark-4.0.6.tar.xz" +MD5SUM="0994f7f327e0562f7a69bb4fa956dc7f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua" |