summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2019-09-13 06:29:22 +0200
committer Willy Sudiarto Raharjo2019-09-13 06:29:22 +0200
commita26613f331c1f9438c05cc19ac447746d2fd41cf (patch)
tree9d0dce8464fc008d07eba065c1cb34ca60990220
parenta7e84c8638bd8dd3b67d3c339d3a51e9edb20279 (diff)
downloadslackbuilds-a26613f331c1f9438c05cc19ac447746d2fd41cf.tar.gz
network/wireshark: Updated for version 3.0.4.
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 23ab980b04..0a41cc51e1 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.0.3}
+VERSION=${VERSION:-3.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info
index efa9b4ca59..8d6b906f23 100644
--- a/network/wireshark/wireshark.info
+++ b/network/wireshark/wireshark.info
@@ -1,8 +1,8 @@
PRGNAM="wireshark"
-VERSION="3.0.3"
+VERSION="3.0.4"
HOMEPAGE="https://www.wireshark.org/"
-DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.0.3.tar.xz"
-MD5SUM="e945d76a57db2c3e6cf776f95da2cf0e"
+DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.0.4.tar.xz"
+MD5SUM="67f9227b181693dc873b1f25ba5e54b8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5 lua python3"