wireshark: update to 2.4.7. (#270)

This commit is contained in:
Johannes 2018-06-24 21:28:39 +02:00 committed by cr6git
parent b3e0adf1f9
commit e95fb0bc49

View file

@ -1,7 +1,7 @@
# Template file for 'wireshark'
pkgname=wireshark
version=2.4.6
revision=2
version=2.4.7
revision=1
build_style=gnu-configure
configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
--with-krb5 --with-gtk=3 --with-qt=5 --without-portaudio CC_FOR_BUILD=cc"
@ -13,9 +13,9 @@ depends="libcap-progs"
short_desc="A network protocol analyzer"
maintainer="Enno Boland <gottox@voidlinux.eu>"
homepage="https://www.wireshark.org"
license="GPL-2"
license="GPL-2.0-or-later"
distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.xz"
checksum=8e965fd282bc0c09e7c4eba5f08a555d0ccf40a7d1544b939e01b90bc893d5fe
checksum=5ecb3c68734fb89c83ac283e6cdf264eb15b9c7e7ea63dcfd4f0bad3e77c4f44
system_groups="wireshark"
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"