diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-20 11:57:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-20 11:57:17 +0700 |
commit | 175f2735e8c26bafc5ba46be188c2eb26fe313d5 (patch) | |
tree | 4d7492bee9e5ca82fb3022d75d5ff579c45cda9e | |
parent | 7f795fd35eaff003b830fe1fc6014f228b566195 (diff) | |
download | slackbuilds-175f2735e8c26bafc5ba46be188c2eb26fe313d5.tar.gz |
network/wireshark: Updated for version 3.2.4.
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 7f0923fef4..b76b8a9711 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.3} +VERSION=${VERSION:-3.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info index 5d443401e0..8fc32e2e45 100644 --- a/network/wireshark/wireshark.info +++ b/network/wireshark/wireshark.info @@ -1,8 +1,8 @@ PRGNAM="wireshark" -VERSION="3.2.3" +VERSION="3.2.4" HOMEPAGE="https://www.wireshark.org/" -DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.2.3.tar.xz" -MD5SUM="ff732e4586eebeb61a41abe2fcba7431" +DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.2.4.tar.xz" +MD5SUM="4bbee1bdd5b88343733590fabfffddf3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5 lua python3" |