diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-24 09:10:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-26 01:20:15 +0700 |
commit | 28e0a8602baf1ee722a226fc54e7afb337ecf564 (patch) | |
tree | 0fc0fd3fbfd1fde6f04cfb73c2ae78be520ff28d /network/wireshark/wireshark.SlackBuild | |
parent | 2d2b7b13053c72c43a920a0bd8ecb6e10389d6cd (diff) |
network/wireshark: Updated for version 3.6.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 fcbcb48c1a086..64ab0f8f8d39a 100644 --- a/network/wireshark/wireshark.SlackBuild +++ b/network/wireshark/wireshark.SlackBuild @@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wireshark -VERSION=${VERSION:-3.6.2} +VERSION=${VERSION:-3.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |