diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-12 10:10:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-12 11:20:00 +0700 |
commit | e93b0acb17211874da786c0f8cc2447c1d081f6a (patch) | |
tree | b9d5d89269973ac658ac7b056d9ecd3c9307e5ce /network | |
parent | b43d2d7b416a59b2fabaafafd3cf58da47eaeb9c (diff) | |
download | slackbuilds-e93b0acb17211874da786c0f8cc2447c1d081f6a.tar.gz slackbuilds-e93b0acb17211874da786c0f8cc2447c1d081f6a.tar.xz |
network/wireshark: Updated for version 4.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-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 0a4fc00993..0f7b1d4474 100644 --- a/network/wireshark/wireshark.SlackBuild +++ b/network/wireshark/wireshark.SlackBuild @@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wireshark -VERSION=${VERSION:-4.4.0} +VERSION=${VERSION:-4.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info index d86318bfe2..9a0d220526 100644 --- a/network/wireshark/wireshark.info +++ b/network/wireshark/wireshark.info @@ -1,8 +1,8 @@ PRGNAM="wireshark" -VERSION="4.4.0" +VERSION="4.4.1" HOMEPAGE="https://www.wireshark.org/" -DOWNLOAD="https://2.na.dl.wireshark.org/src/wireshark-4.4.0.tar.xz" -MD5SUM="50a9ae3a9b90f92d6f352531fe68fbd2" +DOWNLOAD="https://2.na.dl.wireshark.org/src/wireshark-4.4.1.tar.xz" +MD5SUM="f6c14c48f2c5fe8d7bd52236a0a4001f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua53" |