From 3c719e96753da60c29885f122425eb73979ae3d4 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 9 Jun 2016 18:09:24 +0200 Subject: [PATCH] wireshark: update to 2.1.0. --- srcpkgs/wireshark/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index b904bafb277..0ff75cde4c3 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -1,6 +1,6 @@ # Template file for 'wireshark' pkgname=wireshark -version=2.0.3 +version=2.1.0 revision=1 build_style=gnu-configure configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua @@ -14,9 +14,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=f73bd7660056c0910c8a89f480f61ab9fe62866eadf1af49e3374da3fe16b4cc system_groups="wireshark" subpackages="libwireshark libwireshark-devel wireshark-gtk"