wireshark: use sources.voidlinux.eu to unbreak musl builds.

This commit is contained in:
Juan RP 2016-04-23 09:58:52 +02:00
parent 8fd72cbf28
commit caae4b4eba
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ short_desc="A network protocol analyzer"
maintainer="Enno Boland <gottox@voidlinux.eu>"
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"