diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index 7c0a4bfac6b..4649f8bfa9e 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -1,7 +1,7 @@ # Template file for 'wireshark' pkgname=wireshark -version=2.2.2 -revision=2 +version=2.2.3 +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" @@ -17,7 +17,7 @@ license="GPL-2" # XXX ovh is blocked (repo4.voidlinux.eu can't download this). distfiles="http://www.wireshark.org/download/src/${pkgname}-${version}.tar.bz2" #distfiles="https://sources.voidlinux.eu/${pkgname}-${version}/${pkgname}-${version}.tar.bz2" -checksum=f9acef5e9a9021a400b4244fafc06969f41ec594ec57fd7f0ff63bafca0055b3 +checksum=97bac89e88892054a5848a9f7e0c36aa399a2008900829b078e29cab0ddd593b system_groups="wireshark" CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"