From e95fb0bc49f6c22ab6c49129c7a1658a97cb7408 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 24 Jun 2018 21:28:39 +0200 Subject: [PATCH] wireshark: update to 2.4.7. (#270) --- srcpkgs/wireshark/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index 1ebf30ce3b8..2b249cdeb2c 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -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 " 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"