commit:     9553d69fd047528c0e8ef00e4c88bb24c30f2b97
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 16 18:16:39 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 16 18:21:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9553d69f

media-video/ffmpeg: https

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-video/ffmpeg/ffmpeg-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild 
b/media-video/ffmpeg/ffmpeg-9999.ebuild
index 901950f7df5..a6f55da8a28 100644
--- a/media-video/ffmpeg/ffmpeg-9999.ebuild
+++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
@@ -24,13 +24,13 @@ fi
 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
 
 DESCRIPTION="Complete solution to record, convert and stream audio and video. 
Includes libavcodec"
-HOMEPAGE="http://ffmpeg.org/";
+HOMEPAGE="https://ffmpeg.org/";
 if [ "${PV#9999}" != "${PV}" ] ; then
        SRC_URI=""
 elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot
        SRC_URI="mirror://gentoo/${P}.tar.bz2"
 else # Release
-       SRC_URI="http://ffmpeg.org/releases/${P/_/-}.tar.bz2";
+       SRC_URI="https://ffmpeg.org/releases/${P/_/-}.tar.bz2";
 fi
 FFMPEG_REVISION="${PV#*_p}"
 

Reply via email to