summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2020-09-26 09:46:51 +0200
committer Willy Sudiarto Raharjo2020-09-26 09:46:51 +0200
commitbf32b914bd69ecacc0629cec8fb4f0d545725741 (patch)
tree9795e1050f5c9acdfd286cda32a1e6942cdeaa04
parent91c3b16eaf99a3fc6058af628dc6b046a653ac58 (diff)
downloadslackbuilds-bf32b914bd69ecacc0629cec8fb4f0d545725741.tar.gz
network/wireshark: Updated for version 3.2.7.
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 c7240f3038..ccad018ef4 100644
--- a/network/wireshark/wireshark.SlackBuild
+++ b/network/wireshark/wireshark.SlackBuild
@@ -30,7 +30,7 @@
# Modified by B. Watson <yalhcru@gmail.com> to add lua52 support.
PRGNAM=wireshark
-VERSION=${VERSION:-3.2.6}
+VERSION=${VERSION:-3.2.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info
index 8fcb36d14b..6582096515 100644
--- a/network/wireshark/wireshark.info
+++ b/network/wireshark/wireshark.info
@@ -1,8 +1,8 @@
PRGNAM="wireshark"
-VERSION="3.2.6"
+VERSION="3.2.7"
HOMEPAGE="https://www.wireshark.org/"
-DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.2.6.tar.xz"
-MD5SUM="f14ef8d73fa5f30b57fec51283e6b73e"
+DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.2.7.tar.xz"
+MD5SUM="2d83614af3e99b08a230c3a416949d23"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5 lua python3"