summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-08-31 08:42:47 -0400
committerTim Harder <radhermit@gentoo.org>2017-08-31 08:42:47 -0400
commit01eb7aa101d968e0b25ccdf035e9111560211155 (patch)
treee4f012262cfae28280116609c120d68b412fc864 /media-libs/libvorbis/libvorbis-1.3.5.ebuild
parentmedia-libs/libogg: use https for SRC_URI and HOMEPAGE (diff)
downloadgentoo-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/libvorbis-1.3.5.ebuild')
-rw-r--r--media-libs/libvorbis/libvorbis-1.3.5.ebuild4
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"