mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/wireshark: Updated for version 3.6.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
98da57bf16
commit
57401e3665
2 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=wireshark
|
||||
VERSION=${VERSION:-3.6.3}
|
||||
VERSION=${VERSION:-3.6.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wireshark"
|
||||
VERSION="3.6.3"
|
||||
VERSION="3.6.5"
|
||||
HOMEPAGE="https://www.wireshark.org/"
|
||||
DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.6.3.tar.xz"
|
||||
MD5SUM="017ee2be6296500fd5f446359631edf6"
|
||||
DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.6.5.tar.xz"
|
||||
MD5SUM="feaf52ae4364ae7af69f704620f362bc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua"
|
||||
|
|
Loading…
Reference in a new issue