summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2023-05-27 03:05:46 +0200
committer Willy Sudiarto Raharjo2023-05-27 03:05:56 +0200
commit74608a79ed9df6d6cf4d4249a18a78dd58903cda (patch)
tree3ea404c7edb34326502fcd0068a89f8582c9f8a6
parent42c29e35e790af42ce4dd0f863aa1c8841411a9b (diff)
downloadslackbuilds-74608a79ed9df6d6cf4d4249a18a78dd58903cda.tar.gz
network/wireshark: Updated for version 4.0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/wireshark/wireshark.SlackBuild2
-rw-r--r--network/wireshark/wireshark.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild
index 638daa3164..0015c04ca9 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 c931645303..d2beffda7d 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"