diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-02-02 14:36:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-08 20:15:34 +0100 |
commit | 6019113de9a463412d27000f6152d7206ca9deb2 (patch) | |
tree | 07e0919f1fdbc937346389954ed85587a883bed9 /media-plugins/audacious-plugins | |
parent | media-sound/audacious: use HTTPS instead of HTTP (diff) | |
download | gentoo-6019113de9a463412d27000f6152d7206ca9deb2.tar.gz gentoo-6019113de9a463412d27000f6152d7206ca9deb2.tar.bz2 gentoo-6019113de9a463412d27000f6152d7206ca9deb2.zip |
media-plugins/audacious-plugins: use HTTPS instead of HTTP
Diffstat (limited to 'media-plugins/audacious-plugins')
-rw-r--r-- | media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild | 8 | ||||
-rw-r--r-- | media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild index b2c80e303ee6..adef73f950d2 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,15 +6,15 @@ EAPI=6 MY_P="${P/_/-}" DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" +HOMEPAGE="https://audacious-media-player.org/" if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/audacious-media-player/audacious-plugins.git" else SRC_URI=" - !gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 ) - gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )" + !gtk3? ( https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 ) + gtk3? ( https://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )" KEYWORDS="~amd64 ~x86" fi diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild index b2c80e303ee6..adef73f950d2 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,15 +6,15 @@ EAPI=6 MY_P="${P/_/-}" DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" +HOMEPAGE="https://audacious-media-player.org/" if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/audacious-media-player/audacious-plugins.git" else SRC_URI=" - !gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 ) - gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )" + !gtk3? ( https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 ) + gtk3? ( https://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )" KEYWORDS="~amd64 ~x86" fi |