diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-31 08:26:40 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-31 08:26:40 -0400 |
commit | b11b9603b2495121a6c2e23b12c0e289e13c3b4f (patch) | |
tree | 56fb9aeda357f4945e0d7249bf61133ce1370906 /media-libs/libtheora | |
parent | media-libs/libsoundtouch: use https for SRC_URI and HOMEPAGE (diff) | |
download | gentoo-b11b9603b2495121a6c2e23b12c0e289e13c3b4f.tar.gz gentoo-b11b9603b2495121a6c2e23b12c0e289e13c3b4f.tar.bz2 gentoo-b11b9603b2495121a6c2e23b12c0e289e13c3b4f.zip |
media-libs/libtheora: use https for SRC_URI and HOMEPAGE
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/libtheora-1.1.1-r1.ebuild | 4 |
1 files 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 45dd41e24ad4..5a1eaab83065 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" |