From 510eac6521de0dc9affb6a4c982433f79ade3850 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 2 Jul 2016 22:57:28 +0200 Subject: [PATCH] wireshark: update to 2.0.4. --- srcpkgs/wireshark/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index b4e205daa11..a3c71834cfd 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -1,8 +1,8 @@ # Template file for 'wireshark' pkgname=wireshark reverts="2.1.0_1" -version=2.0.3 -revision=2 +version=2.0.4 +revision=1 build_style=gnu-configure configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua --with-krb5 --with-gtk3=yes --without-portaudio CC_FOR_BUILD=cc" @@ -15,9 +15,9 @@ maintainer="Enno Boland " homepage="http://www.wireshark.org" 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=e196376e75fe21fdef41b4eaa27ce2e1b2b561e7f7b20328a8e96657cc4465fc +distfiles="http://www.wireshark.org/download/src/${pkgname}-${version}.tar.bz2" +#distfiles="https://sources.voidlinux.eu/${pkgname}-${version}/${pkgname}-${version}.tar.bz2" +checksum=9ea9c82da9942194ebc8fc5c951a02e6d179afa7472cb6d96ca76154510de1a5 system_groups="wireshark" subpackages="libwireshark libwireshark-devel wireshark-gtk"