From eaaface92ee81f30a6ac66fe7acbcc42c00dc450 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:47:45 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- media-libs/tremor/metadata.xml | 2 +- media-libs/tremor/tremor-0_pre20130223-r1.ebuild | 2 +- media-libs/tremor/tremor-0_pre20130223.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'media-libs/tremor') diff --git a/media-libs/tremor/metadata.xml b/media-libs/tremor/metadata.xml index 39ff19909ce8..7f08a09f2fe2 100644 --- a/media-libs/tremor/metadata.xml +++ b/media-libs/tremor/metadata.xml @@ -1,5 +1,5 @@ - + sound diff --git a/media-libs/tremor/tremor-0_pre20130223-r1.ebuild b/media-libs/tremor/tremor-0_pre20130223-r1.ebuild index be773e66d466..ffda29c2956d 100644 --- a/media-libs/tremor/tremor-0_pre20130223-r1.ebuild +++ b/media-libs/tremor/tremor-0_pre20130223-r1.ebuild @@ -10,7 +10,7 @@ inherit autotools eutils multilib-minimal DESCRIPTION="A fixed-point version of the Ogg Vorbis decoder (also known as libvorbisidec)" HOMEPAGE="http://wiki.xiph.org/Tremor" -SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz" +SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz" LICENSE="BSD" SLOT="0" diff --git a/media-libs/tremor/tremor-0_pre20130223.ebuild b/media-libs/tremor/tremor-0_pre20130223.ebuild index 42f7e6df263b..1e24fb5a3a4e 100644 --- a/media-libs/tremor/tremor-0_pre20130223.ebuild +++ b/media-libs/tremor/tremor-0_pre20130223.ebuild @@ -10,7 +10,7 @@ inherit autotools eutils DESCRIPTION="A fixed-point version of the Ogg Vorbis decoder (also known as libvorbisidec)" HOMEPAGE="http://wiki.xiph.org/Tremor" -SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz" +SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz" LICENSE="BSD" SLOT="0" -- cgit v1.2.3-65-gdbad