summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2020-04-10 03:20:57 +0200
committer Willy Sudiarto Raharjo2020-04-10 03:20:57 +0200
commit4e80d236587664c98cf066e78650fb23c9091728 (patch)
tree52e7f2454bcec66a6e154344ffa314b3d5761345
parente439a36fee1a21622cc9ef2c8d2b07b51ee32e8e (diff)
downloadslackbuilds-4e80d236587664c98cf066e78650fb23c9091728.tar.gz
network/wireshark: Updated for version 3.2.3.
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 5a3ff05795..7f0923fef4 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.2}
+VERSION=${VERSION:-3.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info
index c5f9772354..5d443401e0 100644
--- a/network/wireshark/wireshark.info
+++ b/network/wireshark/wireshark.info
@@ -1,8 +1,8 @@
PRGNAM="wireshark"
-VERSION="3.2.2"
+VERSION="3.2.3"
HOMEPAGE="https://www.wireshark.org/"
-DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.2.2.tar.xz"
-MD5SUM="e468b78e1176e0212b13ef809f59dcbb"
+DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.2.3.tar.xz"
+MD5SUM="ff732e4586eebeb61a41abe2fcba7431"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5 lua python3"