diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-31 08:42:47 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-31 08:42:47 -0400 |
commit | 01eb7aa101d968e0b25ccdf035e9111560211155 (patch) | |
tree | e4f012262cfae28280116609c120d68b412fc864 /media-libs/libvorbis | |
parent | media-libs/libogg: use https for SRC_URI and HOMEPAGE (diff) | |
download | gentoo-01eb7aa101d968e0b25ccdf035e9111560211155.tar.gz gentoo-01eb7aa101d968e0b25ccdf035e9111560211155.tar.bz2 gentoo-01eb7aa101d968e0b25ccdf035e9111560211155.zip |
media-libs/libvorbis: use https for HOMEPAGE and SRC_URI
Diffstat (limited to 'media-libs/libvorbis')
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libvorbis/libvorbis-1.3.5.ebuild b/media-libs/libvorbis/libvorbis-1.3.5.ebuild index b71d5f0d2945..447efabfe35a 100644 --- a/media-libs/libvorbis/libvorbis-1.3.5.ebuild +++ b/media-libs/libvorbis/libvorbis-1.3.5.ebuild @@ -6,8 +6,8 @@ AUTOTOOLS_AUTORECONF=1 inherit autotools-multilib DESCRIPTION="The Ogg Vorbis sound file format library" -HOMEPAGE="http://xiph.org/vorbis" -SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.xz" +HOMEPAGE="https://xiph.org/vorbis/" +SRC_URI="https://downloads.xiph.org/releases/vorbis/${P}.tar.xz" LICENSE="BSD" SLOT="0" |