commit: b23b04781c8c90473633d55a1debb01551086e35 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Jun 15 13:43:17 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Jun 15 16:37:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23b0478
media-plugins/gmpc-mserver: use HTTPS, fix download link Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> media-plugins/gmpc-mserver/gmpc-mserver-0.20.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-plugins/gmpc-mserver/gmpc-mserver-0.20.0.ebuild b/media-plugins/gmpc-mserver/gmpc-mserver-0.20.0.ebuild index d82252e3d30..2c03a538c26 100644 --- a/media-plugins/gmpc-mserver/gmpc-mserver-0.20.0.ebuild +++ b/media-plugins/gmpc-mserver/gmpc-mserver-0.20.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="This plugin allows you to play local files on a remote or local mpd server" -HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_MSERVER" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" +HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_MSERVER" +SRC_URI="https://download.sarine.nl/Programs/gmpc/0.20.0/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"
