From 25da9743fcb955dda7c2a200926246b5df1c7bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Sat, 24 Apr 2021 12:16:06 +0200 Subject: [PATCH] wireshark: update to 3.4.5. --- srcpkgs/wireshark/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index 65eec2e652e0..78a97130f689 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -1,6 +1,6 @@ # Template file for 'wireshark' pkgname=wireshark -version=3.4.2 +version=3.4.5 revision=1 build_style=cmake configure_args="-DCMAKE_BUILD_TYPE=None" @@ -17,7 +17,7 @@ maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://www.wireshark.org" distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.xz" -checksum=de9868729e426a469baabd8d444240d84fa5445020e92c842dd19afd0d47a4c4 +checksum=de1aafd100a1e1207c850d180e97dd91ab8da0f5eb6beec545f725cdb145d333 system_groups="wireshark" CFLAGS="-DNDEBUG -I${XBPS_CROSS_BASE}/usr/include/lua5.2" @@ -30,7 +30,7 @@ post_patch() { } pre_check() { - make ${makejobs} -C build test-programs + ninja -C build test-programs } post_install() {