From cc58e8cd8aeae9ea4ab0746140b1d1ce2358ff7e Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 7 Mar 2017 15:59:31 +0000 Subject: [PATCH] wireshark: update to 2.2.5. --- srcpkgs/wireshark/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index 2e6fdfd3bf4..133c8ad66e9 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -1,6 +1,6 @@ # Template file for 'wireshark' pkgname=wireshark -version=2.2.4 +version=2.2.5 revision=1 build_style=gnu-configure configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua @@ -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=42a7fb35eed5a32478153e24601a284bb50148b7ba919c3e8452652f4c2a3911 +checksum=75dd88d3d6336559e5b0b72077d8a772a988197d571f00029986225fef609ac8 system_groups="wireshark" CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"