summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-12-30 04:47:50 +0100
committer Willy Sudiarto Raharjo2021-12-30 04:47:50 +0100
commite1553cad514ba35e449643714ae3b299325f02c8 (patch)
tree6de9ca77166c193d1bc27766cb71aa823384a61e
parent301be862814210da9cfd4f75b568443e99a33ed3 (diff)
downloadslackbuilds-e1553cad514ba35e449643714ae3b299325f02c8.tar.gz
network/wireshark: Updated for version 3.6.1.
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 502893b1a7..c62c4ea0c0 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.0}
+VERSION=${VERSION:-3.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info
index 7910e9ab4d..f4401d63a2 100644
--- a/network/wireshark/wireshark.info
+++ b/network/wireshark/wireshark.info
@@ -1,8 +1,8 @@
PRGNAM="wireshark"
-VERSION="3.6.0"
+VERSION="3.6.1"
HOMEPAGE="https://www.wireshark.org/"
-DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.6.0.tar.xz"
-MD5SUM="d8aa90ed29c4136e076627b527083e0c"
+DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.6.1.tar.xz"
+MD5SUM="ac3f49fbef232264aa9b4f8426691b04"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua"