media-libs/libogg: use https for SRC_URI and HOMEPAGE
authorTim Harder <radhermit@gentoo.org>
Thu, 31 Aug 2017 12:41:52 +0000 (08:41 -0400)
committerTim Harder <radhermit@gentoo.org>
Thu, 31 Aug 2017 12:41:52 +0000 (08:41 -0400)
media-libs/libogg/libogg-1.3.2.ebuild

index 881214aef740e09491159a358879c151f2a5238a..354f18f65a754030380d3c26bc5023418dbb8a06 100644 (file)
@@ -5,8 +5,8 @@ EAPI=5
 inherit autotools-multilib
 
 DESCRIPTION="the Ogg media file format library"
-HOMEPAGE="http://xiph.org/ogg/"
-SRC_URI="http://downloads.xiph.org/releases/ogg/${P}.tar.xz"
+HOMEPAGE="https://xiph.org/ogg/"
+SRC_URI="https://downloads.xiph.org/releases/ogg/${P}.tar.xz"
 
 LICENSE="BSD"
 SLOT="0"