diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 08:05:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 08:05:56 +0700 |
commit | 74608a79ed9df6d6cf4d4249a18a78dd58903cda (patch) | |
tree | 3ea404c7edb34326502fcd0068a89f8582c9f8a6 /network/wireshark/wireshark.SlackBuild | |
parent | 42c29e35e790af42ce4dd0f863aa1c8841411a9b (diff) |
network/wireshark: Updated for version 4.0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/wireshark/wireshark.SlackBuild')
-rw-r--r-- | network/wireshark/wireshark.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild index 638daa3164450..0015c04ca997b 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.0.5} +VERSION=${VERSION:-4.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |