summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2023-08-26 14:06:03 +0200
committer Willy Sudiarto Raharjo2023-08-26 14:06:03 +0200
commit32eb90084df203b4c115d9d2af5ddc18a98609a3 (patch)
treeff7093c0d1f716eba9f8603405c7c372a461eb69
parent5727360f91a2058786596fcff9cda2cac287c8cf (diff)
downloadslackbuilds-32eb90084df203b4c115d9d2af5ddc18a98609a3.tar.gz
network/wireshark: Updated for version 4.0.8.
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 c212d3e707..661966a4db 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.7}
+VERSION=${VERSION:-4.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info
index 5d9a62084b..c247901f59 100644
--- a/network/wireshark/wireshark.info
+++ b/network/wireshark/wireshark.info
@@ -1,8 +1,8 @@
PRGNAM="wireshark"
-VERSION="4.0.7"
+VERSION="4.0.8"
HOMEPAGE="https://www.wireshark.org/"
-DOWNLOAD="https://2.na.dl.wireshark.org/src/wireshark-4.0.7.tar.xz"
-MD5SUM="8c23f20130bb1a346ca3da1ff43a16b4"
+DOWNLOAD="https://2.na.dl.wireshark.org/src/wireshark-4.0.8.tar.xz"
+MD5SUM="8290f8a148de88665ecbf745a14f2916"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua"