From 5f825909c436ab9364d87f25af7c65ede4419504 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 12 Aug 2024 12:57:29 -0500 Subject: [PATCH] wireshark: update to 4.2.6. --- srcpkgs/wireshark/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index feb8958c739..48f953b7e04 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -1,6 +1,6 @@ # Template file for 'wireshark' pkgname=wireshark -version=4.2.2 +version=4.2.6 revision=1 build_style=cmake configure_args="-DHAVE_C99_VSNPRINTF=ON" @@ -20,7 +20,7 @@ license="GPL-2.0-or-later" homepage="https://www.wireshark.org" changelog="https://www.wireshark.org/news/" distfiles="https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz" -checksum=9e3672be8c6caf9279a5a13582d6711ab699ae2a79323e92a99409c1ead98521 +checksum=5ec6028df29068d889c98489bf194a884b00831106fea1e921fea3c65f2003f5 system_groups="wireshark" CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"