summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-06-15 15:47:16 +0200
committerAaron Bauman <bman@gentoo.org>2020-06-15 12:37:54 -0400
commit243767a20e73b83f15a1ec531456961cfdd79512 (patch)
tree8b3e0359d5252a5f1b61bc7829f9c658afa3784a
parentmedia-plugins/gmpc-playlistsort: use HTTPS, fix download link (diff)
downloadgentoo-243767a20e73b83f15a1ec531456961cfdd79512.tar.gz
gentoo-243767a20e73b83f15a1ec531456961cfdd79512.tar.bz2
gentoo-243767a20e73b83f15a1ec531456961cfdd79512.zip
media-plugins/gmpc-shout: use HTTPS, fix download link
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r--media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild b/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild
index d99728d90df6..aafc2a60e4f8 100644
--- a/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild
+++ b/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="This plugin calls ogg123 and points it at mpd's shoutstream"
-HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_SHOUT"
-SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
+HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_SHOUT"
+SRC_URI="https://download.sarine.nl/Programs/gmpc/0.20.0/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"