network/wireshark: Updated for version 3.6.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-06-20 21:05:12 +07:00
parent 12bce92518
commit e07dd9f204
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=wireshark
VERSION=${VERSION:-3.6.5}
VERSION=${VERSION:-3.6.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="wireshark"
VERSION="3.6.5"
VERSION="3.6.6"
HOMEPAGE="https://www.wireshark.org/"
DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.6.5.tar.xz"
MD5SUM="feaf52ae4364ae7af69f704620f362bc"
DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.6.6.tar.xz"
MD5SUM="f81b515660d496543af50a06048d8c4d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua"