mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/wireshark: Updated for version 3.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7e83936f29
commit
7acc22ad71
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for wireshark
|
||||
|
||||
# Copyright 2008-2014 Michiel van Wessem, Leicester, United Kingdom
|
||||
# Copyright 2017-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2017-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Originally written by Jick Nan (jick.nan@gmail.com)
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -32,7 +32,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=wireshark
|
||||
VERSION=${VERSION:-3.6.1}
|
||||
VERSION=${VERSION:-3.6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wireshark"
|
||||
VERSION="3.6.1"
|
||||
VERSION="3.6.2"
|
||||
HOMEPAGE="https://www.wireshark.org/"
|
||||
DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.6.1.tar.xz"
|
||||
MD5SUM="ac3f49fbef232264aa9b4f8426691b04"
|
||||
DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.6.2.tar.xz"
|
||||
MD5SUM="a4f6fbf720ffb226ed0568eacce62218"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua"
|
||||
|
|
Loading…
Reference in a new issue