diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-13 09:56:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:08:05 +0700 |
commit | f7830088011df1f2391d4f8d6b1082b4c84c7ed6 (patch) | |
tree | 20668815acc99aaad0d544c469ac4859eb8f72f6 | |
parent | d4d441135a8993a9d66702778e95a35fd19d8fcd (diff) | |
download | slackbuilds-f7830088011df1f2391d4f8d6b1082b4c84c7ed6.tar.gz |
network/wireshark: Updated for version 3.2.6.
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 cee2a157a8..c7240f3038 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.5} +VERSION=${VERSION:-3.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info index abab8571c5..8fcb36d14b 100644 --- a/network/wireshark/wireshark.info +++ b/network/wireshark/wireshark.info @@ -1,8 +1,8 @@ PRGNAM="wireshark" -VERSION="3.2.5" +VERSION="3.2.6" HOMEPAGE="https://www.wireshark.org/" -DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.2.5.tar.xz" -MD5SUM="56d7c971d6d8f03175183cc411653e6c" +DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.2.6.tar.xz" +MD5SUM="f14ef8d73fa5f30b57fec51283e6b73e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5 lua python3" |