From caae4b4eba78b8659a9264ad3992ea8993acd74a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 23 Apr 2016 09:58:52 +0200 Subject: [PATCH] wireshark: use sources.voidlinux.eu to unbreak musl builds. --- srcpkgs/wireshark/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index cfc5578dc0c..b904bafb277 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -13,7 +13,9 @@ short_desc="A network protocol analyzer" maintainer="Enno Boland " homepage="http://www.wireshark.org" license="GPL-2" -distfiles="http://www.wireshark.org/download/src/${pkgname}-${version}.tar.bz2" +# 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 system_groups="wireshark" subpackages="libwireshark libwireshark-devel wireshark-gtk"