diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-20 10:48:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-20 10:48:49 +0700 |
commit | 16f2e031b66f62508fa495a9f98ed47ab6cda0e6 (patch) | |
tree | 46ef16108dd06bd6f44b04cfba87fa9bc8caba1e | |
parent | 5c008778911b5b934855692162d5020d84051506 (diff) | |
download | slackbuilds-16f2e031b66f62508fa495a9f98ed47ab6cda0e6.tar.gz |
network/wireshark: Updated for version 3.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/wireshark/wireshark.SlackBuild | 2 | ||||
-rw-r--r-- | network/wireshark/wireshark.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild index 380ec63fd4..23ab980b04 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.2} +VERSION=${VERSION:-3.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info index c356a004e5..efa9b4ca59 100644 --- a/network/wireshark/wireshark.info +++ b/network/wireshark/wireshark.info @@ -1,8 +1,8 @@ PRGNAM="wireshark" -VERSION="3.0.2" +VERSION="3.0.3" HOMEPAGE="https://www.wireshark.org/" -DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.0.2.tar.xz" -MD5SUM="e344675283d6329a4bc213b621d7f46a" +DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.0.3.tar.xz" +MD5SUM="e945d76a57db2c3e6cf776f95da2cf0e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5 lua python3" |