media-video/ffmpeg: https
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 16 Sep 2018 18:16:39 +0000 (20:16 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 16 Sep 2018 18:21:53 +0000 (20:21 +0200)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

media-video/ffmpeg/ffmpeg-9999.ebuild

index 901950f7df55540a8a99c45d8c69d912c2efcf0d..a6f55da8a28e67ba823efe824213724b8413721b 100644 (file)
@@ -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}"