summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2019-09-21 02:59:43 +0200
committer Willy Sudiarto Raharjo2019-09-21 02:59:43 +0200
commit265acd9046155bd76107724643cfc86aa04138e0 (patch)
tree1fe3f28d8a3b51e5c6c2604e96406a104618e288
parent80100fba7caa5fd3cb963a38649b68dd93cdf879 (diff)
downloadslackbuilds-265acd9046155bd76107724643cfc86aa04138e0.tar.gz
network/wireshark: Updated for version 3.0.5.
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 0a41cc51e1..12536e74a5 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.4}
+VERSION=${VERSION:-3.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info
index 8d6b906f23..36f759e58a 100644
--- a/network/wireshark/wireshark.info
+++ b/network/wireshark/wireshark.info
@@ -1,8 +1,8 @@
PRGNAM="wireshark"
-VERSION="3.0.4"
+VERSION="3.0.5"
HOMEPAGE="https://www.wireshark.org/"
-DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.0.4.tar.xz"
-MD5SUM="67f9227b181693dc873b1f25ba5e54b8"
+DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.0.5.tar.xz"
+MD5SUM="d01fdc4e78ef8ea70f20616c91419bd9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5 lua python3"