commit: b11b9603b2495121a6c2e23b12c0e289e13c3b4f Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Thu Aug 31 12:26:40 2017 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Thu Aug 31 12:26:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b11b9603
media-libs/libtheora: use https for SRC_URI and HOMEPAGE media-libs/libtheora/libtheora-1.1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libtheora/libtheora-1.1.1-r1.ebuild b/media-libs/libtheora/libtheora-1.1.1-r1.ebuild index 45dd41e24ad..5a1eaab8306 100644 --- a/media-libs/libtheora/libtheora-1.1.1-r1.ebuild +++ b/media-libs/libtheora/libtheora-1.1.1-r1.ebuild @@ -5,8 +5,8 @@ EAPI=5 inherit autotools eutils flag-o-matic multilib-minimal DESCRIPTION="The Theora Video Compression Codec" -HOMEPAGE="http://www.theora.org" -SRC_URI="http://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" +HOMEPAGE="https://www.theora.org" +SRC_URI="https://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" LICENSE="BSD" SLOT="0"
