commit:     33b7ddbcbd0094c478562a708a829388162c515b
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Fri Feb  2 13:34:38 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 19:15:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b7ddbc

media-sound/audacious: use HTTPS instead of HTTP

Closes: https://github.com/gentoo/gentoo/pull/7021

 media-sound/audacious/audacious-3.9.ebuild  | 8 ++++----
 media-sound/audacious/audacious-9999.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-sound/audacious/audacious-3.9.ebuild 
b/media-sound/audacious/audacious-3.9.ebuild
index d2b1efbb448..dea37f7b001 100644
--- a/media-sound/audacious/audacious-3.9.ebuild
+++ b/media-sound/audacious/audacious-3.9.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
@@ -9,15 +9,15 @@ MY_P="${P/_/-}"
 S="${WORKDIR}/${MY_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.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-sound/audacious/audacious-9999.ebuild 
b/media-sound/audacious/audacious-9999.ebuild
index d2b1efbb448..dea37f7b001 100644
--- a/media-sound/audacious/audacious-9999.ebuild
+++ b/media-sound/audacious/audacious-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
@@ -9,15 +9,15 @@ MY_P="${P/_/-}"
 S="${WORKDIR}/${MY_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.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
 

Reply via email to