media-libs/liboggz: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 13 Jun 2018 19:45:24 +0000 (21:45 +0200)
committerAaron Bauman <bman@gentoo.org>
Wed, 13 Jun 2018 21:13:20 +0000 (17:13 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8841

media-libs/liboggz/liboggz-1.1.1.ebuild

index 3897d7e783533504ae7b40874455a3be697cc8a1..3c249eda627936c901f50c460a8108b66237e5e2 100644 (file)
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools
 
 DESCRIPTION="Oggz provides a simple programming interface for reading and writing Ogg files and streams"
-HOMEPAGE="http://www.xiph.org/oggz/"
-SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
+HOMEPAGE="https://www.xiph.org/oggz/"
+SRC_URI="https://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"