commit:     7ad4217ccde0f34eaeebd13affe44bfc64e642d6
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue May  8 12:26:23 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 13 19:18:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad4217c

media-video/libav: use HTTPS

 media-video/libav/libav-9.17.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-video/libav/libav-9.17.ebuild 
b/media-video/libav/libav-9.17.ebuild
index 96df9761125..47f49fe210c 100644
--- a/media-video/libav/libav-9.17.ebuild
+++ b/media-video/libav/libav-9.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,13 +12,13 @@ fi
 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
 
 DESCRIPTION="Complete solution to record, convert and stream audio and video"
-HOMEPAGE="http://libav.org/";
+HOMEPAGE="https://libav.org/";
 if [[ ${PV} == *9999 ]] ; then
        SRC_URI=""
 elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
        SRC_URI="https://dev.gentoo.org/~lu_zero/libav/${P}.tar.xz";
 else # Official release
-       SRC_URI="http://${PN}.org/releases/${P}.tar.xz";
+       SRC_URI="https://${PN}.org/releases/${P}.tar.xz";
 fi
 
 SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-9.tar.xz )"

Reply via email to