wireshark: update to 3.4.5.

This commit is contained in:
Daniel Eyßer 2021-04-24 12:16:06 +02:00 committed by Enno Boland
parent ec8c43ee7c
commit 6f9318036d
1 changed files with 3 additions and 3 deletions

View File

@ -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 <gottox@voidlinux.org>"
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() {