mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/wireshark: Updated for version 2.2.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
65656228e8
commit
7ae079e871
2 changed files with 4 additions and 5 deletions
|
@ -29,7 +29,7 @@
|
|||
# Modified by Mario Preksavec <mario@slackware.hr>
|
||||
|
||||
PRGNAM=wireshark
|
||||
VERSION=${VERSION:-2.2.6}
|
||||
VERSION=${VERSION:-2.2.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -89,7 +89,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--with-ssl=/usr/lib${LIBDIRSUFFIX} \
|
||||
--disable-usr-local \
|
||||
--enable-packet-editor \
|
||||
--enable-setuid-install \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wireshark"
|
||||
VERSION="2.2.6"
|
||||
VERSION="2.2.7"
|
||||
HOMEPAGE="https://www.wireshark.org/"
|
||||
DOWNLOAD="https://2.na.dl.wireshark.org/src/wireshark-2.2.6.tar.bz2"
|
||||
MD5SUM="2cd9a35c2df8c32668c1776784f074df"
|
||||
DOWNLOAD="https://2.na.dl.wireshark.org/src/wireshark-2.2.7.tar.bz2"
|
||||
MD5SUM="a4d880554c7f925dafef60fa313b580d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5 lua GeoIP"
|
||||
|
|
Loading…
Reference in a new issue