summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2019-05-23 17:40:21 +0200
committer Willy Sudiarto Raharjo2019-05-25 02:31:49 +0200
commitb5d58b94b69c6f347d48421f3a9bdb0719997621 (patch)
tree37d5f0c6d28e652e443c48f760a1c18c3bbff616
parent3821cdafa111e36055235d763c1742765e4399b1 (diff)
downloadslackbuilds-b5d58b94b69c6f347d48421f3a9bdb0719997621.tar.gz
network/wireshark: Updated for version 3.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/wireshark/slack-desc4
-rw-r--r--network/wireshark/wireshark.SlackBuild2
-rw-r--r--network/wireshark/wireshark.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/network/wireshark/slack-desc b/network/wireshark/slack-desc
index e3f4d0e7f6..d789e1435b 100644
--- a/network/wireshark/slack-desc
+++ b/network/wireshark/slack-desc
@@ -12,8 +12,8 @@ wireshark: Wireshark (aka Ethereal) is a free packet sniffer computer
wireshark: application. It is used for network troubleshooting, analysis,
wireshark: software and communications, protocol development and education.
wireshark:
-wireshark: Wireshark uses the cross-platform GTK+/Qt widget toolkit. Its
+wireshark: Wireshark uses the cross-platform Qt widget toolkit. Its
wireshark: powerful features make it the tool of choice for network
wireshark: troubleshooting, protocol development, and education worldwide.
wireshark:
-wireshark:
+wireshark: https://www.wireshark.org
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild
index 5be1095293..380ec63fd4 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.1}
+VERSION=${VERSION:-3.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info
index 50f1d7b97f..28cb82460e 100644
--- a/network/wireshark/wireshark.info
+++ b/network/wireshark/wireshark.info
@@ -1,8 +1,8 @@
PRGNAM="wireshark"
-VERSION="3.0.1"
+VERSION="3.0.2"
HOMEPAGE="https://www.wireshark.org/"
-DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.0.1.tar.xz"
-MD5SUM="370a113e1c8ec240c4621cfb5abb0c52"
+DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.0.2.tar.xz"
+MD5SUM="3.0.213e1c8ec240c4621cfb5abb0c52"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5 lua python3"