From 541b94d3bd88ea1796c8b42f30d061cf7f5d4a01 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 13 Oct 2018 14:40:35 +0200 Subject: [PATCH] wireshark: update to 2.6.4. --- srcpkgs/wireshark/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index 48283e6ff1e..2cdfbb5d254 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -1,6 +1,6 @@ # Template file for 'wireshark' pkgname=wireshark -version=2.6.3 +version=2.6.4 revision=1 build_style=gnu-configure configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua @@ -15,7 +15,7 @@ maintainer="Enno Boland " homepage="https://www.wireshark.org" license="GPL-2.0-or-later" distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.xz" -checksum=d158a8a626dc0997a826cf12b5316a3d393fb9f93d84cc86e75b212f0044a3ec +checksum=a06b007e6343f148b8b93443b2fcfc9bb3204311cd268565d54d1b71660bc861 system_groups="wireshark" CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"